Html Css Color HEX #B9594B Flame Pea

📋 copy color: '#B9594B'

red 185 ◦ green 89 ◦ blue 75

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

Shades of Flame Pea #B9594B

Tints of Flame Pea #B9594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 53.01%
G = 25.5%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9594B (or 0xB9594B) is known color: Flame Pea. HEX triplet: B9, 59 and 4B. RGB value is (185,89,75). Sum of RGB (Red+Green+Blue) = 185+89+75=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9594B is #46A6B4. Grayscale: #747474. Windows color (decimal): -4630197 or 4938169. OLE color: 4938169.

HSL color Cylindrical-coordinate representation of color #B9594B: hue angle of 7.64º 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 #B9594B is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 75 -
CMYK 0 0.52 0.59 0.27
HSL 7.64º 0.44% 0.51% -
HSV(B) 7.64º 0.59% 0.73% -
XYZ 24.85 17.97 8.81 -
YUV 116.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 185 89 75 0 0.52 0.59 0.27 7.64 0.44 0.51
Hex B9 59 4B 0 34 3B 1B 8 2C 33
Octal 271 131 113 0 64 73 33 10 54 63
Binary 10111001 1011001 1001011 0 110100 111011 11011 1000 101100 110011

Color Harmonies of #B9594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9594B

Black with #B9594B

Text Example


Text Example

White with #B9594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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