#B0671A

Color #B0671A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B0671A

Tints of Golden Brown #B0671A

Color information

#B0671A (or 0xB0671A) is unknown color: approx Golden Brown. HEX triplet: B0, 67 and 1A. RGB value is (176,103,26). Sum of RGB (Red+Green+Blue) = 176+103+26=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0671A is #4F98E5. Grayscale: #747474. Windows color (decimal): -5216486 or 1730480. OLE color: 1730480.

HSL color Cylindrical-coordinate representation of color #B0671A: hue angle of 30.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0671A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17610326-
CMYK00.410.850.31
HSL30.8º74.26%39.61%-
HSV(B)30.8º85.23%69.02%-
XYZ22.9419.013.44-
YUV116.0577.18170.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=57.70%
G=33.77%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761032600.410.850.3130.874.2639.61
HexB0671A029551F1f4a28
Octal26014732051125373711250
Binary101100001100111110100101001101010111111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0671A; }

 p { color: rgb(176,103,26); }

 H1.HeaderClassName
 {
   color: #B0671A;
 }
 .AnyTagClassName
 {
   color: #B0671A;
 }
</style>
background-color css

<style>
 a { background-color: #B0671A; }

 a { background-color: rgb(176,103,26); }

 div.DivClassName
 {
   background-color: #B0671A;
 }
 .BgClassName
 {
   background-color: #B0671A;
 }
</style>
border-color css

<style>
 span { border-color: #B0671A; }

 span { border-color: rgb(176,103,26); }

 td.TdClassName
 {
   border-color: #B0671A;
 }
 .TagClassName
 {
   border-color: #B0671A;
 }
</style>