Html Css Color HEX #B16909 Golden Brown

📋 copy color: '#B16909'

red 177 ◦ green 105 ◦ blue 9

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

Shades of Golden Brown #B16909

Tints of Golden Brown #B16909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 60.82%
G = 36.08%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B16909 (or 0xB16909) is known color: Golden Brown. HEX triplet: B1, 69 and 09. RGB value is (177,105,9). Sum of RGB (Red+Green+Blue) = 177+105+9=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B16909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16909 is #4E96F6. Grayscale: #747474. Windows color (decimal): -5150455 or 616881. OLE color: 616881.

HSL color Cylindrical-coordinate representation of color #B16909: hue angle of 34.29º 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 #B16909 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 9 -
CMYK 0 0.41 0.95 0.31
HSL 34.29º 0.9% 0.36% -
HSV(B) 34.29º 0.95% 0.69% -
XYZ 23.23 19.47 2.79 -
YUV 115.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 177 105 9 0 0.41 0.95 0.31 34.29 0.9 0.36
Hex B1 69 9 0 29 5F 1F 22 5A 24
Octal 261 151 11 0 51 137 37 42 132 44
Binary 10110001 1101001 1001 0 101001 1011111 11111 100010 1011010 100100

Color Harmonies of #B16909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16909

Black with #B16909

Text Example


Text Example

White with #B16909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16909; }

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

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

background-color css

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

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

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

border-color css

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

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

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