Html Css Color HEX #B9594D Flame Pea

📋 copy color: '#B9594D'

red 185 ◦ green 89 ◦ blue 77

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

Shades of Flame Pea #B9594D

Tints of Flame Pea #B9594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 52.71%
G = 25.36%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9594D (or 0xB9594D) is known color: Flame Pea. HEX triplet: B9, 59 and 4D. RGB value is (185,89,77). Sum of RGB (Red+Green+Blue) = 185+89+77=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9594D is #46A6B2. Grayscale: #747474. Windows color (decimal): -4630195 or 5069241. OLE color: 5069241.

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

Color convert

RGB 185 89 77 -
CMYK 0 0.52 0.58 0.27
HSL 6.67º 0.44% 0.51% -
HSV(B) 6.67º 0.58% 0.73% -
XYZ 24.92 17.99 9.18 -
YUV 116.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 185 89 77 0 0.52 0.58 0.27 6.67 0.44 0.51
Hex B9 59 4D 0 34 3A 1B 7 2C 33
Octal 271 131 115 0 64 72 33 7 54 63
Binary 10111001 1011001 1001101 0 110100 111010 11011 111 101100 110011

Color Harmonies of #B9594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9594D

Black with #B9594D

Text Example


Text Example

White with #B9594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9594D; }

 p { color: rgb(185,89,77); }

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

background-color css

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

 a { background-color: rgb(185,89,77); }

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

border-color css

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

 span { border-color: rgb(185,89,77); }

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