Html Css Color HEX #B25E49 Flame Pea

📋 copy color: '#B25E49'

red 178 ◦ green 94 ◦ blue 73

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

Shades of Flame Pea #B25E49

Tints of Flame Pea #B25E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 51.59%
G = 27.25%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B25E49 (or 0xB25E49) is known color: Flame Pea. HEX triplet: B2, 5E and 49. RGB value is (178,94,73). Sum of RGB (Red+Green+Blue) = 178+94+73=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E49 is #4DA1B6. Grayscale: #747474. Windows color (decimal): -5087671 or 4808370. OLE color: 4808370.

HSL color Cylindrical-coordinate representation of color #B25E49: hue angle of 12º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25E49 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 73 -
CMYK 0 0.47 0.59 0.30
HSL 12º 0.42% 0.49% -
HSV(B) 12º 0.59% 0.7% -
XYZ 23.57 17.95 8.53 -
YUV 116.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 178 94 73 0 0.47 0.59 0.30 12 0.42 0.49
Hex B2 5E 49 0 2F 3B 1E C 2A 31
Octal 262 136 111 0 57 73 36 14 52 61
Binary 10110010 1011110 1001001 0 101111 111011 11110 1100 101010 110001

Color Harmonies of #B25E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E49

Black with #B25E49

Text Example


Text Example

White with #B25E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E49; }

 p { color: rgb(178,94,73); }

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

background-color css

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

 a { background-color: rgb(178,94,73); }

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

border-color css

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

 span { border-color: rgb(178,94,73); }

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