Html Css Color HEX #B05E15 Golden Brown

📋 copy color: '#B05E15'

red 176 ◦ green 94 ◦ blue 21

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

Shades of Golden Brown #B05E15

Tints of Golden Brown #B05E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

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

R = 60.48%
G = 32.3%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05E15 (or 0xB05E15) is known color: Golden Brown. HEX triplet: B0, 5E and 15. RGB value is (176,94,21). Sum of RGB (Red+Green+Blue) = 176+94+21=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E15 is #4FA1EA. Grayscale: #6E6E6E. Windows color (decimal): -5218795 or 1400496. OLE color: 1400496.

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

Color convert

RGB 176 94 21 -
CMYK 0 0.47 0.88 0.31
HSL 28.26º 0.79% 0.39% -
HSV(B) 28.26º 0.88% 0.69% -
XYZ 22.04 17.29 2.88 -
YUV 110.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 176 94 21 0 0.47 0.88 0.31 28.26 0.79 0.39
Hex B0 5E 15 0 2F 58 1F 1C 4F 27
Octal 260 136 25 0 57 130 37 34 117 47
Binary 10110000 1011110 10101 0 101111 1011000 11111 11100 1001111 100111

Color Harmonies of #B05E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E15

Black with #B05E15

Text Example


Text Example

White with #B05E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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