Html Css Color HEX #B06015 Golden Brown

📋 copy color: '#B06015'

red 176 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #B06015

Tints of Golden Brown #B06015

RGB

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

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

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

R = 60.07%
G = 32.76%
B = 7.17%

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

#B06015 (or 0xB06015) is known color: Golden Brown. HEX triplet: B0, 60 and 15. RGB value is (176,96,21). Sum of RGB (Red+Green+Blue) = 176+96+21=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B06015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06015 is #4F9FEA. Grayscale: #6F6F6F. Windows color (decimal): -5218283 or 1401008. OLE color: 1401008.

HSL color Cylindrical-coordinate representation of color #B06015: hue angle of 29.03º 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 #B06015 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 21 -
CMYK 0 0.45 0.88 0.31
HSL 29.03º 0.79% 0.39% -
HSV(B) 29.03º 0.88% 0.69% -
XYZ 22.22 17.65 2.94 -
YUV 111.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 176 96 21 0 0.45 0.88 0.31 29.03 0.79 0.39
Hex B0 60 15 0 2D 58 1F 1D 4F 27
Octal 260 140 25 0 55 130 37 35 117 47
Binary 10110000 1100000 10101 0 101101 1011000 11111 11101 1001111 100111

Color Harmonies of #B06015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06015

Black with #B06015

Text Example


Text Example

White with #B06015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06015; }

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

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

background-color css

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

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

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

border-color css

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

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

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