Html Css Color HEX #B06415 Golden Brown

📋 copy color: '#B06415'

red 176 ◦ green 100 ◦ blue 21

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

Shades of Golden Brown #B06415

Tints of Golden Brown #B06415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 59.26%
G = 33.67%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B06415 (or 0xB06415) is known color: Golden Brown. HEX triplet: B0, 64 and 15. RGB value is (176,100,21). Sum of RGB (Red+Green+Blue) = 176+100+21=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06415 is #4F9BEA. Grayscale: #727272. Windows color (decimal): -5217259 or 1402032. OLE color: 1402032.

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

Color convert

RGB 176 100 21 -
CMYK 0 0.43 0.88 0.31
HSL 30.58º 0.79% 0.39% -
HSV(B) 30.58º 0.88% 0.69% -
XYZ 22.6 18.4 3.07 -
YUV 113.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 176 100 21 0 0.43 0.88 0.31 30.58 0.79 0.39
Hex B0 64 15 0 2B 58 1F 1F 4F 27
Octal 260 144 25 0 53 130 37 37 117 47
Binary 10110000 1100100 10101 0 101011 1011000 11111 11111 1001111 100111

Color Harmonies of #B06415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06415

Black with #B06415

Text Example


Text Example

White with #B06415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06415; }

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

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

background-color css

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

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

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

border-color css

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

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

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