Html Css Color HEX #B9574A Flame Pea

📋 copy color: '#B9574A'

red 185 ◦ green 87 ◦ blue 74

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

Shades of Flame Pea #B9574A

Tints of Flame Pea #B9574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 53.47%
G = 25.14%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9574A (or 0xB9574A) is known color: Flame Pea. HEX triplet: B9, 57 and 4A. RGB value is (185,87,74). Sum of RGB (Red+Green+Blue) = 185+87+74=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9574A is #46A8B5. Grayscale: #727272. Windows color (decimal): -4630710 or 4872121. OLE color: 4872121.

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

Color convert

RGB 185 87 74 -
CMYK 0 0.53 0.6 0.27
HSL 7.03º 0.44% 0.51% -
HSV(B) 7.03º 0.6% 0.73% -
XYZ 24.65 17.63 8.58 -
YUV 114.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 185 87 74 0 0.53 0.6 0.27 7.03 0.44 0.51
Hex B9 57 4A 0 35 3C 1B 7 2C 33
Octal 271 127 112 0 65 74 33 7 54 63
Binary 10111001 1010111 1001010 0 110101 111100 11011 111 101100 110011

Color Harmonies of #B9574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9574A

Black with #B9574A

Text Example


Text Example

White with #B9574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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