Html Css Color HEX #B25D4C Flame Pea

📋 copy color: '#B25D4C'

red 178 ◦ green 93 ◦ blue 76

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

Shades of Flame Pea #B25D4C

Tints of Flame Pea #B25D4C

RGB

 RED value IS 178 (69.92% from 255) = 51.3%

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 51.3%
G = 26.8%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B25D4C (or 0xB25D4C) is known color: Flame Pea. HEX triplet: B2, 5D and 4C. RGB value is (178,93,76). Sum of RGB (Red+Green+Blue) = 178+93+76=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D4C is #4DA2B3. Grayscale: #747474. Windows color (decimal): -5087924 or 5004722. OLE color: 5004722.

HSL color Cylindrical-coordinate representation of color #B25D4C: hue angle of 10º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25D4C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 93 76 -
CMYK 0 0.48 0.57 0.30
HSL 10º 0.4% 0.5% -
HSV(B) 10º 0.57% 0.7% -
XYZ 23.58 17.82 9.03 -
YUV 116.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 178 93 76 0 0.48 0.57 0.30 10 0.4 0.5
Hex B2 5D 4C 0 30 39 1E A 28 32
Octal 262 135 114 0 60 71 36 12 50 62
Binary 10110010 1011101 1001100 0 110000 111001 11110 1010 101000 110010

Color Harmonies of #B25D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D4C

Black with #B25D4C

Text Example


Text Example

White with #B25D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D4C; }

 p { color: rgb(178,93,76); }

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

background-color css

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

 a { background-color: rgb(178,93,76); }

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

border-color css

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

 span { border-color: rgb(178,93,76); }

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