Html Css Color HEX #B16403 Golden Brown

📋 copy color: '#B16403'

red 177 ◦ green 100 ◦ blue 3

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

Shades of Golden Brown #B16403

Tints of Golden Brown #B16403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 63.21%
G = 35.71%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B16403 (or 0xB16403) is known color: Golden Brown. HEX triplet: B1, 64 and 03. RGB value is (177,100,3). Sum of RGB (Red+Green+Blue) = 177+100+3=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B16403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16403 is #4E9BFC. Grayscale: #707070. Windows color (decimal): -5151741 or 222385. OLE color: 222385.

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

Color convert

RGB 177 100 3 -
CMYK 0 0.44 0.98 0.31
HSL 33.45º 0.97% 0.35% -
HSV(B) 33.45º 0.98% 0.69% -
XYZ 22.71 18.47 2.45 -
YUV 111.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 177 100 3 0 0.44 0.98 0.31 33.45 0.97 0.35
Hex B1 64 3 0 2C 62 1F 21 61 23
Octal 261 144 3 0 54 142 37 41 141 43
Binary 10110001 1100100 11 0 101100 1100010 11111 100001 1100001 100011

Color Harmonies of #B16403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16403

Black with #B16403

Text Example


Text Example

White with #B16403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16403; }

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

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

background-color css

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

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

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

border-color css

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

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

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