Html Css Color HEX #B06213 Golden Brown

📋 copy color: '#B06213'

red 176 ◦ green 98 ◦ blue 19

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

Shades of Golden Brown #B06213

Tints of Golden Brown #B06213

RGB

 RED value IS 176 (69.14% from 255) = 60.07%

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

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 60.07%
G = 33.45%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B06213 (or 0xB06213) is known color: Golden Brown. HEX triplet: B0, 62 and 13. RGB value is (176,98,19). Sum of RGB (Red+Green+Blue) = 176+98+19=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B06213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06213 is #4F9DEC. Grayscale: #707070. Windows color (decimal): -5217773 or 1270448. OLE color: 1270448.

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

Color convert

RGB 176 98 19 -
CMYK 0 0.44 0.89 0.31
HSL 30.19º 0.81% 0.38% -
HSV(B) 30.19º 0.89% 0.69% -
XYZ 22.39 18.01 2.91 -
YUV 112.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 176 98 19 0 0.44 0.89 0.31 30.19 0.81 0.38
Hex B0 62 13 0 2C 59 1F 1E 51 26
Octal 260 142 23 0 54 131 37 36 121 46
Binary 10110000 1100010 10011 0 101100 1011001 11111 11110 1010001 100110

Color Harmonies of #B06213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06213

Black with #B06213

Text Example


Text Example

White with #B06213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06213; }

 p { color: rgb(176,98,19); }

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

background-color css

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

 a { background-color: rgb(176,98,19); }

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

border-color css

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

 span { border-color: rgb(176,98,19); }

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