Html Css Color HEX #B16B05 Golden Brown

📋 copy color: '#B16B05'

red 177 ◦ green 107 ◦ blue 5

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

Shades of Golden Brown #B16B05

Tints of Golden Brown #B16B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 61.25%
G = 37.02%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B16B05 (or 0xB16B05) is known color: Golden Brown. HEX triplet: B1, 6B and 05. RGB value is (177,107,5). Sum of RGB (Red+Green+Blue) = 177+107+5=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B05 is #4E94FA. Grayscale: #747474. Windows color (decimal): -5149947 or 355249. OLE color: 355249.

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

Color convert

RGB 177 107 5 -
CMYK 0 0.40 0.97 0.31
HSL 35.58º 0.95% 0.36% -
HSV(B) 35.58º 0.97% 0.69% -
XYZ 23.42 19.87 2.75 -
YUV 116.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 177 107 5 0 0.40 0.97 0.31 35.58 0.95 0.36
Hex B1 6B 5 0 28 61 1F 24 5F 24
Octal 261 153 5 0 50 141 37 44 137 44
Binary 10110001 1101011 101 0 101000 1100001 11111 100100 1011111 100100

Color Harmonies of #B16B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B05

Black with #B16B05

Text Example


Text Example

White with #B16B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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