Html Css Color HEX #B25E4D Flame Pea

📋 copy color: '#B25E4D'

red 178 ◦ green 94 ◦ blue 77

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

Shades of Flame Pea #B25E4D

Tints of Flame Pea #B25E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 51%
G = 26.93%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B25E4D (or 0xB25E4D) is known color: Flame Pea. HEX triplet: B2, 5E and 4D. RGB value is (178,94,77). Sum of RGB (Red+Green+Blue) = 178+94+77=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E4D is #4DA1B2. Grayscale: #757575. Windows color (decimal): -5087667 or 5070514. OLE color: 5070514.

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

Color convert

RGB 178 94 77 -
CMYK 0 0.47 0.57 0.30
HSL 10.1º 0.4% 0.5% -
HSV(B) 10.1º 0.57% 0.7% -
XYZ 23.7 18.01 9.25 -
YUV 117.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 178 94 77 0 0.47 0.57 0.30 10.1 0.4 0.5
Hex B2 5E 4D 0 2F 39 1E A 28 32
Octal 262 136 115 0 57 71 36 12 50 62
Binary 10110010 1011110 1001101 0 101111 111001 11110 1010 101000 110010

Color Harmonies of #B25E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E4D

Black with #B25E4D

Text Example


Text Example

White with #B25E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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