Html Css Color HEX #B06115 Golden Brown

📋 copy color: '#B06115'

red 176 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #B06115

Tints of Golden Brown #B06115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 59.86%
G = 32.99%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B06115 (or 0xB06115) is known color: Golden Brown. HEX triplet: B0, 61 and 15. RGB value is (176,97,21). Sum of RGB (Red+Green+Blue) = 176+97+21=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B06115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06115 is #4F9EEA. Grayscale: #707070. Windows color (decimal): -5218027 or 1401264. OLE color: 1401264.

HSL color Cylindrical-coordinate representation of color #B06115: hue angle of 29.42º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B06115 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 21 -
CMYK 0 0.45 0.88 0.31
HSL 29.42º 0.79% 0.39% -
HSV(B) 29.42º 0.88% 0.69% -
XYZ 22.31 17.83 2.98 -
YUV 111.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 176 97 21 0 0.45 0.88 0.31 29.42 0.79 0.39
Hex B0 61 15 0 2D 58 1F 1D 4F 27
Octal 260 141 25 0 55 130 37 35 117 47
Binary 10110000 1100001 10101 0 101101 1011000 11111 11101 1001111 100111

Color Harmonies of #B06115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06115

Black with #B06115

Text Example


Text Example

White with #B06115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06115; }

 p { color: rgb(176,97,21); }

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

background-color css

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

 a { background-color: rgb(176,97,21); }

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

border-color css

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

 span { border-color: rgb(176,97,21); }

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