Html Css Color HEX #B25947 Flame Pea

📋 copy color: '#B25947'

red 178 ◦ green 89 ◦ blue 71

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

Shades of Flame Pea #B25947

Tints of Flame Pea #B25947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 52.66%
G = 26.33%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B25947 (or 0xB25947) is known color: Flame Pea. HEX triplet: B2, 59 and 47. RGB value is (178,89,71). Sum of RGB (Red+Green+Blue) = 178+89+71=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B25947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25947 is #4DA6B8. Grayscale: #717171. Windows color (decimal): -5088953 or 4676018. OLE color: 4676018.

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

Color convert

RGB 178 89 71 -
CMYK 0 0.5 0.60 0.30
HSL 10.09º 0.43% 0.49% -
HSV(B) 10.09º 0.6% 0.7% -
XYZ 23.07 17.06 8.04 -
YUV 113.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 178 89 71 0 0.5 0.60 0.30 10.09 0.43 0.49
Hex B2 59 47 0 32 3C 1E A 2B 31
Octal 262 131 107 0 62 74 36 12 53 61
Binary 10110010 1011001 1000111 0 110010 111100 11110 1010 101011 110001

Color Harmonies of #B25947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25947

Black with #B25947

Text Example


Text Example

White with #B25947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25947; }

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

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

background-color css

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

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

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

border-color css

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

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

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