Html Css Color HEX #B25946 Flame Pea

📋 copy color: '#B25946'

red 178 ◦ green 89 ◦ blue 70

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

Shades of Flame Pea #B25946

Tints of Flame Pea #B25946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 52.82%
G = 26.41%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B25946 (or 0xB25946) is known color: Flame Pea. HEX triplet: B2, 59 and 46. RGB value is (178,89,70). Sum of RGB (Red+Green+Blue) = 178+89+70=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B25946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25946 is #4DA6B9. Grayscale: #717171. Windows color (decimal): -5088954 or 4610482. OLE color: 4610482.

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

Color convert

RGB 178 89 70 -
CMYK 0 0.5 0.61 0.30
HSL 10.56º 0.44% 0.49% -
HSV(B) 10.56º 0.61% 0.7% -
XYZ 23.04 17.05 7.87 -
YUV 113.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 178 89 70 0 0.5 0.61 0.30 10.56 0.44 0.49
Hex B2 59 46 0 32 3D 1E B 2C 31
Octal 262 131 106 0 62 75 36 13 54 61
Binary 10110010 1011001 1000110 0 110010 111101 11110 1011 101100 110001

Color Harmonies of #B25946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25946

Black with #B25946

Text Example


Text Example

White with #B25946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25946; }

 p { color: rgb(178,89,70); }

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

background-color css

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

 a { background-color: rgb(178,89,70); }

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

border-color css

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

 span { border-color: rgb(178,89,70); }

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