Html Css Color HEX #B2571A Rich Gold

📋 copy color: '#B2571A'

red 178 ◦ green 87 ◦ blue 26

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

Shades of Rich Gold #B2571A

Tints of Rich Gold #B2571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 61.17%
G = 29.9%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2571A (or 0xB2571A) is known color: Rich Gold. HEX triplet: B2, 57 and 1A. RGB value is (178,87,26). Sum of RGB (Red+Green+Blue) = 178+87+26=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2571A is #4DA8E5. Grayscale: #6B6B6B. Windows color (decimal): -5089510 or 1726386. OLE color: 1726386.

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

Color convert

RGB 178 87 26 -
CMYK 0 0.51 0.85 0.30
HSL 24.08º 0.75% 0.4% -
HSV(B) 24.08º 0.85% 0.7% -
XYZ 21.95 16.36 2.98 -
YUV 107.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 178 87 26 0 0.51 0.85 0.30 24.08 0.75 0.4
Hex B2 57 1A 0 33 55 1E 18 4B 28
Octal 262 127 32 0 63 125 36 30 113 50
Binary 10110010 1010111 11010 0 110011 1010101 11110 11000 1001011 101000

Color Harmonies of #B2571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2571A

Black with #B2571A

Text Example


Text Example

White with #B2571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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