Html Css Color HEX #B05E14 Golden Brown

📋 copy color: '#B05E14'

red 176 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #B05E14

Tints of Golden Brown #B05E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 60.69%
G = 32.41%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05E14 (or 0xB05E14) is known color: Golden Brown. HEX triplet: B0, 5E and 14. RGB value is (176,94,20). Sum of RGB (Red+Green+Blue) = 176+94+20=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E14 is #4FA1EB. Grayscale: #6E6E6E. Windows color (decimal): -5218796 or 1334960. OLE color: 1334960.

HSL color Cylindrical-coordinate representation of color #B05E14: hue angle of 28.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B05E14 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 20 -
CMYK 0 0.47 0.89 0.31
HSL 28.46º 0.8% 0.38% -
HSV(B) 28.46º 0.89% 0.69% -
XYZ 22.03 17.29 2.84 -
YUV 110.08 77.17 175.02 -
System Red Green Blue C M Y K H S L
Decimal 176 94 20 0 0.47 0.89 0.31 28.46 0.8 0.38
Hex B0 5E 14 0 2F 59 1F 1C 50 26
Octal 260 136 24 0 57 131 37 34 120 46
Binary 10110000 1011110 10100 0 101111 1011001 11111 11100 1010000 100110

Color Harmonies of #B05E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E14

Black with #B05E14

Text Example


Text Example

White with #B05E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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