#B4690B

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

Shades of Golden Brown #B4690B

Tints of Golden Brown #B4690B

Color information

#B4690B (or 0xB4690B) is unknown color: approx Golden Brown. HEX triplet: B4, 69 and 0B. RGB value is (180,105,11). Sum of RGB (Red+Green+Blue) = 180+105+11=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4690B is #4B96F4. Grayscale: #757575. Windows color (decimal): -4953845 or 747956. OLE color: 747956.

HSL color Cylindrical-coordinate representation of color #B4690B: hue angle of 33.37º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4690B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB18010511-
CMYK00.420.940.29
HSL33.37º88.48%37.45%-
HSV(B)33.37º93.89%70.59%-
XYZ23.9319.832.88-
YUV116.7168.35173.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=60.81%
G=35.47%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801051100.420.940.2933.3788.4837.45
HexB469B02A5E1D215825
Octal26415113052136354113045
Binary101101001101001101101010101011110111011000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4690B; }

 p { color: rgb(180,105,11); }

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

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

 a { background-color: rgb(180,105,11); }

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

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

 span { border-color: rgb(180,105,11); }

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