Html Css Color HEX #B85D4A Flame Pea

📋 copy color: '#B85D4A'

red 184 ◦ green 93 ◦ blue 74

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

Shades of Flame Pea #B85D4A

Tints of Flame Pea #B85D4A

RGB

 RED value IS 184 (72.27% from 255) = 52.42%

 GREEN value IS 93 (36.72% from 255) = 26.5%

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

R = 52.42%
G = 26.5%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B85D4A (or 0xB85D4A) is known color: Flame Pea. HEX triplet: B8, 5D and 4A. RGB value is (184,93,74). Sum of RGB (Red+Green+Blue) = 184+93+74=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D4A is #47A2B5. Grayscale: #767676. Windows color (decimal): -4694710 or 4873656. OLE color: 4873656.

HSL color Cylindrical-coordinate representation of color #B85D4A: hue angle of 10.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85D4A is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 74 -
CMYK 0 0.49 0.60 0.28
HSL 10.36º 0.44% 0.51% -
HSV(B) 10.36º 0.6% 0.72% -
XYZ 24.92 18.51 8.74 -
YUV 118.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 184 93 74 0 0.49 0.60 0.28 10.36 0.44 0.51
Hex B8 5D 4A 0 31 3C 1C A 2C 33
Octal 270 135 112 0 61 74 34 12 54 63
Binary 10111000 1011101 1001010 0 110001 111100 11100 1010 101100 110011

Color Harmonies of #B85D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D4A

Black with #B85D4A

Text Example


Text Example

White with #B85D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D4A; }

 p { color: rgb(184,93,74); }

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

background-color css

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

 a { background-color: rgb(184,93,74); }

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

border-color css

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

 span { border-color: rgb(184,93,74); }

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