Html Css Color HEX #B9584D Flame Pea

📋 copy color: '#B9584D'

red 185 ◦ green 88 ◦ blue 77

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

Shades of Flame Pea #B9584D

Tints of Flame Pea #B9584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 52.86%
G = 25.14%
B = 22%

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

#B9584D (or 0xB9584D) is known color: Flame Pea. HEX triplet: B9, 58 and 4D. RGB value is (185,88,77). Sum of RGB (Red+Green+Blue) = 185+88+77=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9584D is #46A7B2. Grayscale: #737373. Windows color (decimal): -4630451 or 5068985. OLE color: 5068985.

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

Color convert

RGB 185 88 77 -
CMYK 0 0.52 0.58 0.27
HSL 6.11º 0.44% 0.51% -
HSV(B) 6.11º 0.58% 0.73% -
XYZ 24.84 17.83 9.15 -
YUV 115.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 185 88 77 0 0.52 0.58 0.27 6.11 0.44 0.51
Hex B9 58 4D 0 34 3A 1B 6 2C 33
Octal 271 130 115 0 64 72 33 6 54 63
Binary 10111001 1011000 1001101 0 110100 111010 11011 110 101100 110011

Color Harmonies of #B9584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9584D

Black with #B9584D

Text Example


Text Example

White with #B9584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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