Html Css Color HEX #B25945 Flame Pea

📋 copy color: '#B25945'

red 178 ◦ green 89 ◦ blue 69

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

Shades of Flame Pea #B25945

Tints of Flame Pea #B25945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 52.98%
G = 26.49%
B = 20.54%

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

#B25945 (or 0xB25945) is known color: Flame Pea. HEX triplet: B2, 59 and 45. RGB value is (178,89,69). Sum of RGB (Red+Green+Blue) = 178+89+69=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B25945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25945 is #4DA6BA. Grayscale: #717171. Windows color (decimal): -5088955 or 4544946. OLE color: 4544946.

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

Color convert

RGB 178 89 69 -
CMYK 0 0.5 0.61 0.30
HSL 11.01º 0.44% 0.48% -
HSV(B) 11.01º 0.61% 0.7% -
XYZ 23.01 17.04 7.71 -
YUV 113.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 178 89 69 0 0.5 0.61 0.30 11.01 0.44 0.48
Hex B2 59 45 0 32 3D 1E B 2C 30
Octal 262 131 105 0 62 75 36 13 54 60
Binary 10110010 1011001 1000101 0 110010 111101 11110 1011 101100 110000

Color Harmonies of #B25945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25945

Black with #B25945

Text Example


Text Example

White with #B25945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25945; }

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

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

background-color css

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

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

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

border-color css

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

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

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