Html Css Color HEX #B16010 Golden Brown

📋 copy color: '#B16010'

red 177 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #B16010

Tints of Golden Brown #B16010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 61.25%
G = 33.22%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B16010 (or 0xB16010) is known color: Golden Brown. HEX triplet: B1, 60 and 10. RGB value is (177,96,16). Sum of RGB (Red+Green+Blue) = 177+96+16=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B16010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16010 is #4E9FEF. Grayscale: #6F6F6F. Windows color (decimal): -5152752 or 1073329. OLE color: 1073329.

HSL color Cylindrical-coordinate representation of color #B16010: hue angle of 29.81º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B16010 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 16 -
CMYK 0 0.46 0.91 0.31
HSL 29.81º 0.83% 0.38% -
HSV(B) 29.81º 0.91% 0.69% -
XYZ 22.41 17.75 2.74 -
YUV 111.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 177 96 16 0 0.46 0.91 0.31 29.81 0.83 0.38
Hex B1 60 10 0 2E 5B 1F 1E 53 26
Octal 261 140 20 0 56 133 37 36 123 46
Binary 10110001 1100000 10000 0 101110 1011011 11111 11110 1010011 100110

Color Harmonies of #B16010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16010

Black with #B16010

Text Example


Text Example

White with #B16010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16010; }

 p { color: rgb(177,96,16); }

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

background-color css

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

 a { background-color: rgb(177,96,16); }

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

border-color css

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

 span { border-color: rgb(177,96,16); }

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