Html Css Color HEX #B35949 Flame Pea

📋 copy color: '#B35949'

red 179 ◦ green 89 ◦ blue 73

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

Shades of Flame Pea #B35949

Tints of Flame Pea #B35949

RGB

 RED value IS 179 (70.31% from 255) = 52.49%

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

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 52.49%
G = 26.1%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B35949 (or 0xB35949) is known color: Flame Pea. HEX triplet: B3, 59 and 49. RGB value is (179,89,73). Sum of RGB (Red+Green+Blue) = 179+89+73=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B35949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35949 is #4CA6B6. Grayscale: #727272. Windows color (decimal): -5023415 or 4807091. OLE color: 4807091.

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

Color convert

RGB 179 89 73 -
CMYK 0 0.50 0.59 0.30
HSL 9.06º 0.42% 0.49% -
HSV(B) 9.06º 0.59% 0.7% -
XYZ 23.37 17.21 8.39 -
YUV 114.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 179 89 73 0 0.50 0.59 0.30 9.06 0.42 0.49
Hex B3 59 49 0 32 3B 1E 9 2A 31
Octal 263 131 111 0 62 73 36 11 52 61
Binary 10110011 1011001 1001001 0 110010 111011 11110 1001 101010 110001

Color Harmonies of #B35949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35949

Black with #B35949

Text Example


Text Example

White with #B35949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35949; }

 p { color: rgb(179,89,73); }

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

background-color css

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

 a { background-color: rgb(179,89,73); }

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

border-color css

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

 span { border-color: rgb(179,89,73); }

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