Html Css Color HEX #B35E4A Flame Pea

📋 copy color: '#B35E4A'

red 179 ◦ green 94 ◦ blue 74

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

Shades of Flame Pea #B35E4A

Tints of Flame Pea #B35E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 51.59%
G = 27.09%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B35E4A (or 0xB35E4A) is known color: Flame Pea. HEX triplet: B3, 5E and 4A. RGB value is (179,94,74). Sum of RGB (Red+Green+Blue) = 179+94+74=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E4A is #4CA1B5. Grayscale: #757575. Windows color (decimal): -5022134 or 4873907. OLE color: 4873907.

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

Color convert

RGB 179 94 74 -
CMYK 0 0.47 0.59 0.30
HSL 11.43º 0.42% 0.5% -
HSV(B) 11.43º 0.59% 0.7% -
XYZ 23.83 18.08 8.71 -
YUV 117.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 179 94 74 0 0.47 0.59 0.30 11.43 0.42 0.5
Hex B3 5E 4A 0 2F 3B 1E B 2A 32
Octal 263 136 112 0 57 73 36 13 52 62
Binary 10110011 1011110 1001010 0 101111 111011 11110 1011 101010 110010

Color Harmonies of #B35E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E4A

Black with #B35E4A

Text Example


Text Example

White with #B35E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E4A; }

 p { color: rgb(179,94,74); }

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

background-color css

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

 a { background-color: rgb(179,94,74); }

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

border-color css

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

 span { border-color: rgb(179,94,74); }

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