Html Css Color HEX #B16B09 Golden Brown

📋 copy color: '#B16B09'

red 177 ◦ green 107 ◦ blue 9

#B16B09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #B16B09

Tints of Golden Brown #B16B09

RGB

 RED value IS 177 (69.53% from 255) = 60.41%

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 60.41%
G = 36.52%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B16B09 (or 0xB16B09) is known color: Golden Brown. HEX triplet: B1, 6B and 09. RGB value is (177,107,9). Sum of RGB (Red+Green+Blue) = 177+107+9=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B09 is #4E94F6. Grayscale: #757575. Windows color (decimal): -5149943 or 617393. OLE color: 617393.

HSL color Cylindrical-coordinate representation of color #B16B09: hue angle of 35º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B16B09 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 107 9 -
CMYK 0 0.40 0.95 0.31
HSL 35º 0.9% 0.36% -
HSV(B) 35º 0.95% 0.69% -
XYZ 23.44 19.88 2.86 -
YUV 116.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 177 107 9 0 0.40 0.95 0.31 35 0.9 0.36
Hex B1 6B 9 0 28 5F 1F 23 5A 24
Octal 261 153 11 0 50 137 37 43 132 44
Binary 10110001 1101011 1001 0 101000 1011111 11111 100011 1011010 100100

Color Harmonies of #B16B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B09

Black with #B16B09

Text Example


Text Example

White with #B16B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B09; }

 p { color: rgb(177,107,9); }

 H1.HeaderClassName
 {
   color: #B16B09;
 }
 .AnyTagClassName
 {
   color: #B16B09;
 }
</style>

background-color css

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

 a { background-color: rgb(177,107,9); }

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

border-color css

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

 span { border-color: rgb(177,107,9); }

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