Html Css Color HEX #B25F53 Flame Pea

📋 copy color: '#B25F53'

red 178 ◦ green 95 ◦ blue 83

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

Shades of Flame Pea #B25F53

Tints of Flame Pea #B25F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 50%
G = 26.69%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B25F53 (or 0xB25F53) is known color: Flame Pea. HEX triplet: B2, 5F and 53. RGB value is (178,95,83). Sum of RGB (Red+Green+Blue) = 178+95+83=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F53 is #4DA0AC. Grayscale: #767676. Windows color (decimal): -5087405 or 5463986. OLE color: 5463986.

HSL color Cylindrical-coordinate representation of color #B25F53: hue angle of 7.58º 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 #B25F53 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 95 83 -
CMYK 0 0.47 0.53 0.30
HSL 7.58º 0.38% 0.51% -
HSV(B) 7.58º 0.53% 0.7% -
XYZ 24.01 18.27 10.45 -
YUV 118.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 178 95 83 0 0.47 0.53 0.30 7.58 0.38 0.51
Hex B2 5F 53 0 2F 35 1E 8 26 33
Octal 262 137 123 0 57 65 36 10 46 63
Binary 10110010 1011111 1010011 0 101111 110101 11110 1000 100110 110011

Color Harmonies of #B25F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F53

Black with #B25F53

Text Example


Text Example

White with #B25F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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