Html Css Color HEX #B05E19 Rich Gold

📋 copy color: '#B05E19'

red 176 ◦ green 94 ◦ blue 25

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

Shades of Rich Gold #B05E19

Tints of Rich Gold #B05E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 59.66%
G = 31.86%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05E19 (or 0xB05E19) is known color: Rich Gold. HEX triplet: B0, 5E and 19. RGB value is (176,94,25). Sum of RGB (Red+Green+Blue) = 176+94+25=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E19 is #4FA1E6. Grayscale: #6F6F6F. Windows color (decimal): -5218791 or 1662640. OLE color: 1662640.

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

Color convert

RGB 176 94 25 -
CMYK 0 0.47 0.86 0.31
HSL 27.42º 0.75% 0.39% -
HSV(B) 27.42º 0.86% 0.69% -
XYZ 22.08 17.31 3.1 -
YUV 110.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 176 94 25 0 0.47 0.86 0.31 27.42 0.75 0.39
Hex B0 5E 19 0 2F 56 1F 1B 4B 27
Octal 260 136 31 0 57 126 37 33 113 47
Binary 10110000 1011110 11001 0 101111 1010110 11111 11011 1001011 100111

Color Harmonies of #B05E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E19

Black with #B05E19

Text Example


Text Example

White with #B05E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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