Html Css Color HEX #B0531A Rich Gold

📋 copy color: '#B0531A'

red 176 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #B0531A

Tints of Rich Gold #B0531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 61.75%
G = 29.12%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0531A (or 0xB0531A) is known color: Rich Gold. HEX triplet: B0, 53 and 1A. RGB value is (176,83,26). Sum of RGB (Red+Green+Blue) = 176+83+26=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0531A is #4FACE5. Grayscale: #686868. Windows color (decimal): -5221606 or 1725360. OLE color: 1725360.

HSL color Cylindrical-coordinate representation of color #B0531A: hue angle of 22.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 #B0531A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 26 -
CMYK 0 0.53 0.85 0.31
HSL 22.8º 0.74% 0.4% -
HSV(B) 22.8º 0.85% 0.69% -
XYZ 21.18 15.49 2.85 -
YUV 104.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 176 83 26 0 0.53 0.85 0.31 22.8 0.74 0.4
Hex B0 53 1A 0 35 55 1F 17 4A 28
Octal 260 123 32 0 65 125 37 27 112 50
Binary 10110000 1010011 11010 0 110101 1010101 11111 10111 1001010 101000

Color Harmonies of #B0531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0531A

Black with #B0531A

Text Example


Text Example

White with #B0531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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