Html Css Color HEX #B16405 Golden Brown

📋 copy color: '#B16405'

red 177 ◦ green 100 ◦ blue 5

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

Shades of Golden Brown #B16405

Tints of Golden Brown #B16405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 62.77%
G = 35.46%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B16405 (or 0xB16405) is known color: Golden Brown. HEX triplet: B1, 64 and 05. RGB value is (177,100,5). Sum of RGB (Red+Green+Blue) = 177+100+5=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B16405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16405 is #4E9BFA. Grayscale: #707070. Windows color (decimal): -5151739 or 353457. OLE color: 353457.

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

Color convert

RGB 177 100 5 -
CMYK 0 0.44 0.97 0.31
HSL 33.14º 0.95% 0.36% -
HSV(B) 33.14º 0.97% 0.69% -
XYZ 22.72 18.47 2.51 -
YUV 112.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 177 100 5 0 0.44 0.97 0.31 33.14 0.95 0.36
Hex B1 64 5 0 2C 61 1F 21 5F 24
Octal 261 144 5 0 54 141 37 41 137 44
Binary 10110001 1100100 101 0 101100 1100001 11111 100001 1011111 100100

Color Harmonies of #B16405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16405

Black with #B16405

Text Example


Text Example

White with #B16405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16405; }

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

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

background-color css

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

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

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

border-color css

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

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

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