Html Css Color HEX #B0541A Rich Gold

📋 copy color: '#B0541A'

red 176 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #B0541A

Tints of Rich Gold #B0541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 61.54%
G = 29.37%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0541A (or 0xB0541A) is known color: Rich Gold. HEX triplet: B0, 54 and 1A. RGB value is (176,84,26). Sum of RGB (Red+Green+Blue) = 176+84+26=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0541A is #4FABE5. Grayscale: #696969. Windows color (decimal): -5221350 or 1725616. OLE color: 1725616.

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

Color convert

RGB 176 84 26 -
CMYK 0 0.52 0.85 0.31
HSL 23.2º 0.74% 0.4% -
HSV(B) 23.2º 0.85% 0.69% -
XYZ 21.26 15.65 2.88 -
YUV 104.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 176 84 26 0 0.52 0.85 0.31 23.2 0.74 0.4
Hex B0 54 1A 0 34 55 1F 17 4A 28
Octal 260 124 32 0 64 125 37 27 112 50
Binary 10110000 1010100 11010 0 110100 1010101 11111 10111 1001010 101000

Color Harmonies of #B0541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0541A

Black with #B0541A

Text Example


Text Example

White with #B0541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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