Html Css Color HEX #B05914 Rich Gold

📋 copy color: '#B05914'

red 176 ◦ green 89 ◦ blue 20

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

Shades of Rich Gold #B05914

Tints of Rich Gold #B05914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

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

R = 61.75%
G = 31.23%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05914 (or 0xB05914) is known color: Rich Gold. HEX triplet: B0, 59 and 14. RGB value is (176,89,20). Sum of RGB (Red+Green+Blue) = 176+89+20=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B05914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05914 is #4FA6EB. Grayscale: #6B6B6B. Windows color (decimal): -5220076 or 1333680. OLE color: 1333680.

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

Color convert

RGB 176 89 20 -
CMYK 0 0.49 0.89 0.31
HSL 26.54º 0.8% 0.38% -
HSV(B) 26.54º 0.89% 0.69% -
XYZ 21.6 16.43 2.69 -
YUV 107.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 176 89 20 0 0.49 0.89 0.31 26.54 0.8 0.38
Hex B0 59 14 0 31 59 1F 1B 50 26
Octal 260 131 24 0 61 131 37 33 120 46
Binary 10110000 1011001 10100 0 110001 1011001 11111 11011 1010000 100110

Color Harmonies of #B05914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05914

Black with #B05914

Text Example


Text Example

White with #B05914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05914; }

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

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

background-color css

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

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

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

border-color css

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

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

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