Html Css Color HEX #B0531B Rich Gold

📋 copy color: '#B0531B'

red 176 ◦ green 83 ◦ blue 27

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

Shades of Rich Gold #B0531B

Tints of Rich Gold #B0531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 61.54%
G = 29.02%
B = 9.44%

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

#B0531B (or 0xB0531B) is known color: Rich Gold. HEX triplet: B0, 53 and 1B. RGB value is (176,83,27). Sum of RGB (Red+Green+Blue) = 176+83+27=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0531B is #4FACE4. Grayscale: #686868. Windows color (decimal): -5221605 or 1790896. OLE color: 1790896.

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

Color convert

RGB 176 83 27 -
CMYK 0 0.53 0.85 0.31
HSL 22.55º 0.73% 0.4% -
HSV(B) 22.55º 0.85% 0.69% -
XYZ 21.2 15.5 2.91 -
YUV 104.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 176 83 27 0 0.53 0.85 0.31 22.55 0.73 0.4
Hex B0 53 1B 0 35 55 1F 17 49 28
Octal 260 123 33 0 65 125 37 27 111 50
Binary 10110000 1010011 11011 0 110101 1010101 11111 10111 1001001 101000

Color Harmonies of #B0531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0531B

Black with #B0531B

Text Example


Text Example

White with #B0531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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