Html Css Color HEX #B06D15 Golden Brown

📋 copy color: '#B06D15'

red 176 ◦ green 109 ◦ blue 21

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

Shades of Golden Brown #B06D15

Tints of Golden Brown #B06D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

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

R = 57.52%
G = 35.62%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B06D15 (or 0xB06D15) is known color: Golden Brown. HEX triplet: B0, 6D and 15. RGB value is (176,109,21). Sum of RGB (Red+Green+Blue) = 176+109+21=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D15 is #4F92EA. Grayscale: #777777. Windows color (decimal): -5214955 or 1404336. OLE color: 1404336.

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

Color convert

RGB 176 109 21 -
CMYK 0 0.38 0.88 0.31
HSL 34.06º 0.79% 0.39% -
HSV(B) 34.06º 0.88% 0.69% -
XYZ 23.51 20.22 3.37 -
YUV 119 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 176 109 21 0 0.38 0.88 0.31 34.06 0.79 0.39
Hex B0 6D 15 0 26 58 1F 22 4F 27
Octal 260 155 25 0 46 130 37 42 117 47
Binary 10110000 1101101 10101 0 100110 1011000 11111 100010 1001111 100111

Color Harmonies of #B06D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D15

Black with #B06D15

Text Example


Text Example

White with #B06D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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