Html Css Color HEX #B16212 Golden Brown

📋 copy color: '#B16212'

red 177 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #B16212

Tints of Golden Brown #B16212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 60.41%
G = 33.45%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B16212 (or 0xB16212) is known color: Golden Brown. HEX triplet: B1, 62 and 12. RGB value is (177,98,18). Sum of RGB (Red+Green+Blue) = 177+98+18=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B16212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16212 is #4E9DED. Grayscale: #707070. Windows color (decimal): -5152238 or 1204913. OLE color: 1204913.

HSL color Cylindrical-coordinate representation of color #B16212: hue angle of 30.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B16212 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 18 -
CMYK 0 0.45 0.90 0.31
HSL 30.19º 0.82% 0.38% -
HSV(B) 30.19º 0.9% 0.69% -
XYZ 22.61 18.13 2.88 -
YUV 112.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 177 98 18 0 0.45 0.90 0.31 30.19 0.82 0.38
Hex B1 62 12 0 2D 5A 1F 1E 52 26
Octal 261 142 22 0 55 132 37 36 122 46
Binary 10110001 1100010 10010 0 101101 1011010 11111 11110 1010010 100110

Color Harmonies of #B16212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16212

Black with #B16212

Text Example


Text Example

White with #B16212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16212; }

 p { color: rgb(177,98,18); }

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

background-color css

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

 a { background-color: rgb(177,98,18); }

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

border-color css

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

 span { border-color: rgb(177,98,18); }

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