Html Css Color HEX #B25B49 Flame Pea

📋 copy color: '#B25B49'

red 178 ◦ green 91 ◦ blue 73

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

Shades of Flame Pea #B25B49

Tints of Flame Pea #B25B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

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

R = 52.05%
G = 26.61%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B25B49 (or 0xB25B49) is known color: Flame Pea. HEX triplet: B2, 5B and 49. RGB value is (178,91,73). Sum of RGB (Red+Green+Blue) = 178+91+73=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B49 is #4DA4B6. Grayscale: #737373. Windows color (decimal): -5088439 or 4807602. OLE color: 4807602.

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

Color convert

RGB 178 91 73 -
CMYK 0 0.49 0.59 0.30
HSL 10.29º 0.42% 0.49% -
HSV(B) 10.29º 0.59% 0.7% -
XYZ 23.3 17.43 8.44 -
YUV 114.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 178 91 73 0 0.49 0.59 0.30 10.29 0.42 0.49
Hex B2 5B 49 0 31 3B 1E A 2A 31
Octal 262 133 111 0 61 73 36 12 52 61
Binary 10110010 1011011 1001001 0 110001 111011 11110 1010 101010 110001

Color Harmonies of #B25B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B49

Black with #B25B49

Text Example


Text Example

White with #B25B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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