Html Css Color HEX #B2541A Rich Gold

📋 copy color: '#B2541A'

red 178 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #B2541A

Tints of Rich Gold #B2541A

RGB

 RED value IS 178 (69.92% from 255) = 61.81%

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

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

R = 61.81%
G = 29.17%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2541A (or 0xB2541A) is known color: Rich Gold. HEX triplet: B2, 54 and 1A. RGB value is (178,84,26). Sum of RGB (Red+Green+Blue) = 178+84+26=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2541A is #4DABE5. Grayscale: #696969. Windows color (decimal): -5090278 or 1725618. OLE color: 1725618.

HSL color Cylindrical-coordinate representation of color #B2541A: hue angle of 22.89º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2541A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 26 -
CMYK 0 0.53 0.85 0.30
HSL 22.89º 0.75% 0.4% -
HSV(B) 22.89º 0.85% 0.7% -
XYZ 21.72 15.88 2.9 -
YUV 105.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 178 84 26 0 0.53 0.85 0.30 22.89 0.75 0.4
Hex B2 54 1A 0 35 55 1E 17 4B 28
Octal 262 124 32 0 65 125 36 27 113 50
Binary 10110010 1010100 11010 0 110101 1010101 11110 10111 1001011 101000

Color Harmonies of #B2541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2541A

Black with #B2541A

Text Example


Text Example

White with #B2541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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