Html Css Color HEX #B9574C Flame Pea

📋 copy color: '#B9574C'

red 185 ◦ green 87 ◦ blue 76

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

Shades of Flame Pea #B9574C

Tints of Flame Pea #B9574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 53.16%
G = 25%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9574C (or 0xB9574C) is known color: Flame Pea. HEX triplet: B9, 57 and 4C. RGB value is (185,87,76). Sum of RGB (Red+Green+Blue) = 185+87+76=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9574C is #46A8B3. Grayscale: #737373. Windows color (decimal): -4630708 or 5003193. OLE color: 5003193.

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

Color convert

RGB 185 87 76 -
CMYK 0 0.53 0.59 0.27
HSL 6.06º 0.44% 0.51% -
HSV(B) 6.06º 0.59% 0.73% -
XYZ 24.72 17.65 8.94 -
YUV 115.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 185 87 76 0 0.53 0.59 0.27 6.06 0.44 0.51
Hex B9 57 4C 0 35 3B 1B 6 2C 33
Octal 271 127 114 0 65 73 33 6 54 63
Binary 10111001 1010111 1001100 0 110101 111011 11011 110 101100 110011

Color Harmonies of #B9574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9574C

Black with #B9574C

Text Example


Text Example

White with #B9574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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