Html Css Color HEX #B25E4A Flame Pea

📋 copy color: '#B25E4A'

red 178 ◦ green 94 ◦ blue 74

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

Shades of Flame Pea #B25E4A

Tints of Flame Pea #B25E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 51.45%
G = 27.17%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B25E4A (or 0xB25E4A) is known color: Flame Pea. HEX triplet: B2, 5E and 4A. RGB value is (178,94,74). Sum of RGB (Red+Green+Blue) = 178+94+74=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E4A is #4DA1B5. Grayscale: #747474. Windows color (decimal): -5087670 or 4873906. OLE color: 4873906.

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

Color convert

RGB 178 94 74 -
CMYK 0 0.47 0.58 0.30
HSL 11.54º 0.41% 0.49% -
HSV(B) 11.54º 0.58% 0.7% -
XYZ 23.6 17.96 8.7 -
YUV 116.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 178 94 74 0 0.47 0.58 0.30 11.54 0.41 0.49
Hex B2 5E 4A 0 2F 3A 1E C 29 31
Octal 262 136 112 0 57 72 36 14 51 61
Binary 10110010 1011110 1001010 0 101111 111010 11110 1100 101001 110001

Color Harmonies of #B25E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E4A

Black with #B25E4A

Text Example


Text Example

White with #B25E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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