Html Css Color HEX #B9573E Flame Pea

📋 copy color: '#B9573E'

red 185 ◦ green 87 ◦ blue 62

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

Shades of Flame Pea #B9573E

Tints of Flame Pea #B9573E

RGB

 RED value IS 185 (72.66% from 255) = 55.39%

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 55.39%
G = 26.05%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9573E (or 0xB9573E) is known color: Flame Pea. HEX triplet: B9, 57 and 3E. RGB value is (185,87,62). Sum of RGB (Red+Green+Blue) = 185+87+62=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9573E is #46A8C1. Grayscale: #717171. Windows color (decimal): -4630722 or 4085689. OLE color: 4085689.

HSL color Cylindrical-coordinate representation of color #B9573E: hue angle of 12.2º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9573E is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 62 -
CMYK 0 0.53 0.66 0.27
HSL 12.2º 0.5% 0.48% -
HSV(B) 12.2º 0.66% 0.73% -
XYZ 24.29 17.48 6.65 -
YUV 113.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 185 87 62 0 0.53 0.66 0.27 12.2 0.5 0.48
Hex B9 57 3E 0 35 42 1B C 32 30
Octal 271 127 76 0 65 102 33 14 62 60
Binary 10111001 1010111 111110 0 110101 1000010 11011 1100 110010 110000

Color Harmonies of #B9573E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9573E

Black with #B9573E

Text Example


Text Example

White with #B9573E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9573E; }

 p { color: rgb(185,87,62); }

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

background-color css

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

 a { background-color: rgb(185,87,62); }

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

border-color css

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

 span { border-color: rgb(185,87,62); }

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