Html Css Color HEX #B05614 Rich Gold

📋 copy color: '#B05614'

red 176 ◦ green 86 ◦ blue 20

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

Shades of Rich Gold #B05614

Tints of Rich Gold #B05614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 62.41%
G = 30.5%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05614 (or 0xB05614) is known color: Rich Gold. HEX triplet: B0, 56 and 14. RGB value is (176,86,20). Sum of RGB (Red+Green+Blue) = 176+86+20=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05614 is #4FA9EB. Grayscale: #696969. Windows color (decimal): -5220844 or 1332912. OLE color: 1332912.

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

Color convert

RGB 176 86 20 -
CMYK 0 0.51 0.89 0.31
HSL 25.38º 0.8% 0.38% -
HSV(B) 25.38º 0.89% 0.69% -
XYZ 21.36 15.94 2.61 -
YUV 105.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 176 86 20 0 0.51 0.89 0.31 25.38 0.8 0.38
Hex B0 56 14 0 33 59 1F 19 50 26
Octal 260 126 24 0 63 131 37 31 120 46
Binary 10110000 1010110 10100 0 110011 1011001 11111 11001 1010000 100110

Color Harmonies of #B05614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05614

Black with #B05614

Text Example


Text Example

White with #B05614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05614; }

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

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

background-color css

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

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

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

border-color css

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

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

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