Html Css Color HEX #B25E4B Flame Pea

📋 copy color: '#B25E4B'

red 178 ◦ green 94 ◦ blue 75

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

Shades of Flame Pea #B25E4B

Tints of Flame Pea #B25E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 51.3%
G = 27.09%
B = 21.61%

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

#B25E4B (or 0xB25E4B) is known color: Flame Pea. HEX triplet: B2, 5E and 4B. RGB value is (178,94,75). Sum of RGB (Red+Green+Blue) = 178+94+75=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E4B is #4DA1B4. Grayscale: #757575. Windows color (decimal): -5087669 or 4939442. OLE color: 4939442.

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

Color convert

RGB 178 94 75 -
CMYK 0 0.47 0.58 0.30
HSL 11.07º 0.41% 0.5% -
HSV(B) 11.07º 0.58% 0.7% -
XYZ 23.63 17.98 8.88 -
YUV 116.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 178 94 75 0 0.47 0.58 0.30 11.07 0.41 0.5
Hex B2 5E 4B 0 2F 3A 1E B 29 32
Octal 262 136 113 0 57 72 36 13 51 62
Binary 10110010 1011110 1001011 0 101111 111010 11110 1011 101001 110010

Color Harmonies of #B25E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E4B

Black with #B25E4B

Text Example


Text Example

White with #B25E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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