Html Css Color HEX #B0581C Rich Gold

📋 copy color: '#B0581C'

red 176 ◦ green 88 ◦ blue 28

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

Shades of Rich Gold #B0581C

Tints of Rich Gold #B0581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 60.27%
G = 30.14%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0581C (or 0xB0581C) is known color: Rich Gold. HEX triplet: B0, 58 and 1C. RGB value is (176,88,28). Sum of RGB (Red+Green+Blue) = 176+88+28=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0581C is #4FA7E3. Grayscale: #6B6B6B. Windows color (decimal): -5220324 or 1857712. OLE color: 1857712.

HSL color Cylindrical-coordinate representation of color #B0581C: hue angle of 24.32º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0581C is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 28 -
CMYK 0 0.50 0.84 0.31
HSL 24.32º 0.73% 0.4% -
HSV(B) 24.32º 0.84% 0.69% -
XYZ 21.6 16.29 3.1 -
YUV 107.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 176 88 28 0 0.50 0.84 0.31 24.32 0.73 0.4
Hex B0 58 1C 0 32 54 1F 18 49 28
Octal 260 130 34 0 62 124 37 30 111 50
Binary 10110000 1011000 11100 0 110010 1010100 11111 11000 1001001 101000

Color Harmonies of #B0581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0581C

Black with #B0581C

Text Example


Text Example

White with #B0581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0581C; }

 p { color: rgb(176,88,28); }

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

background-color css

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

 a { background-color: rgb(176,88,28); }

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

border-color css

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

 span { border-color: rgb(176,88,28); }

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