Html Css Color HEX #B85C52 Flame Pea

📋 copy color: '#B85C52'

red 184 ◦ green 92 ◦ blue 82

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

Shades of Flame Pea #B85C52

Tints of Flame Pea #B85C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 51.4%
G = 25.7%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85C52 (or 0xB85C52) is known color: Flame Pea. HEX triplet: B8, 5C and 52. RGB value is (184,92,82). Sum of RGB (Red+Green+Blue) = 184+92+82=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C52 is #47A3AD. Grayscale: #767676. Windows color (decimal): -4694958 or 5397688. OLE color: 5397688.

HSL color Cylindrical-coordinate representation of color #B85C52: hue angle of 5.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85C52 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 82 -
CMYK 0 0.50 0.55 0.28
HSL 5.88º 0.42% 0.52% -
HSV(B) 5.88º 0.55% 0.72% -
XYZ 25.12 18.45 10.22 -
YUV 118.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 184 92 82 0 0.50 0.55 0.28 5.88 0.42 0.52
Hex B8 5C 52 0 32 37 1C 6 2A 34
Octal 270 134 122 0 62 67 34 6 52 64
Binary 10111000 1011100 1010010 0 110010 110111 11100 110 101010 110100

Color Harmonies of #B85C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C52

Black with #B85C52

Text Example


Text Example

White with #B85C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C52; }

 p { color: rgb(184,92,82); }

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

background-color css

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

 a { background-color: rgb(184,92,82); }

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

border-color css

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

 span { border-color: rgb(184,92,82); }

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