Html Css Color HEX #B25D4B Flame Pea

📋 copy color: '#B25D4B'

red 178 ◦ green 93 ◦ blue 75

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

Shades of Flame Pea #B25D4B

Tints of Flame Pea #B25D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

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

R = 51.45%
G = 26.88%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B25D4B (or 0xB25D4B) is known color: Flame Pea. HEX triplet: B2, 5D and 4B. RGB value is (178,93,75). Sum of RGB (Red+Green+Blue) = 178+93+75=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D4B is #4DA2B4. Grayscale: #747474. Windows color (decimal): -5087925 or 4939186. OLE color: 4939186.

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

Color convert

RGB 178 93 75 -
CMYK 0 0.48 0.58 0.30
HSL 10.49º 0.41% 0.5% -
HSV(B) 10.49º 0.58% 0.7% -
XYZ 23.54 17.8 8.85 -
YUV 116.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 178 93 75 0 0.48 0.58 0.30 10.49 0.41 0.5
Hex B2 5D 4B 0 30 3A 1E A 29 32
Octal 262 135 113 0 60 72 36 12 51 62
Binary 10110010 1011101 1001011 0 110000 111010 11110 1010 101001 110010

Color Harmonies of #B25D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D4B

Black with #B25D4B

Text Example


Text Example

White with #B25D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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