Html Css Color HEX #B0581A Rich Gold

📋 copy color: '#B0581A'

red 176 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #B0581A

Tints of Rich Gold #B0581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 60.69%
G = 30.34%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0581A (or 0xB0581A) is known color: Rich Gold. HEX triplet: B0, 58 and 1A. RGB value is (176,88,26). Sum of RGB (Red+Green+Blue) = 176+88+26=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0581A is #4FA7E5. Grayscale: #6B6B6B. Windows color (decimal): -5220326 or 1726640. OLE color: 1726640.

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

Color convert

RGB 176 88 26 -
CMYK 0 0.50 0.85 0.31
HSL 24.8º 0.74% 0.4% -
HSV(B) 24.8º 0.85% 0.69% -
XYZ 21.58 16.28 2.98 -
YUV 107.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 176 88 26 0 0.50 0.85 0.31 24.8 0.74 0.4
Hex B0 58 1A 0 32 55 1F 19 4A 28
Octal 260 130 32 0 62 125 37 31 112 50
Binary 10110000 1011000 11010 0 110010 1010101 11111 11001 1001010 101000

Color Harmonies of #B0581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0581A

Black with #B0581A

Text Example


Text Example

White with #B0581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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