Html Css Color HEX #B25D53 Flame Pea

📋 copy color: '#B25D53'

red 178 ◦ green 93 ◦ blue 83

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

Shades of Flame Pea #B25D53

Tints of Flame Pea #B25D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.45%

R = 50.28%
G = 26.27%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B25D53 (or 0xB25D53) is known color: Flame Pea. HEX triplet: B2, 5D and 53. RGB value is (178,93,83). Sum of RGB (Red+Green+Blue) = 178+93+83=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D53 is #4DA2AC. Grayscale: #757575. Windows color (decimal): -5087917 or 5463474. OLE color: 5463474.

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

Color convert

RGB 178 93 83 -
CMYK 0 0.48 0.53 0.30
HSL 6.32º 0.38% 0.51% -
HSV(B) 6.32º 0.53% 0.7% -
XYZ 23.84 17.92 10.39 -
YUV 117.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 178 93 83 0 0.48 0.53 0.30 6.32 0.38 0.51
Hex B2 5D 53 0 30 35 1E 6 26 33
Octal 262 135 123 0 60 65 36 6 46 63
Binary 10110010 1011101 1010011 0 110000 110101 11110 110 100110 110011

Color Harmonies of #B25D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D53

Black with #B25D53

Text Example


Text Example

White with #B25D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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