Html Css Color HEX #B35540 Flame Pea

📋 copy color: '#B35540'

red 179 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #B35540

Tints of Flame Pea #B35540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 54.57%
G = 25.91%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B35540 (or 0xB35540) is known color: Flame Pea. HEX triplet: B3, 55 and 40. RGB value is (179,85,64). Sum of RGB (Red+Green+Blue) = 179+85+64=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B35540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35540 is #4CAABF. Grayscale: #6E6E6E. Windows color (decimal): -5024448 or 4216243. OLE color: 4216243.

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

Color convert

RGB 179 85 64 -
CMYK 0 0.53 0.64 0.30
HSL 10.96º 0.47% 0.48% -
HSV(B) 10.96º 0.64% 0.7% -
XYZ 22.76 16.45 6.83 -
YUV 110.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 179 85 64 0 0.53 0.64 0.30 10.96 0.47 0.48
Hex B3 55 40 0 35 40 1E B 2F 30
Octal 263 125 100 0 65 100 36 13 57 60
Binary 10110011 1010101 1000000 0 110101 1000000 11110 1011 101111 110000

Color Harmonies of #B35540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35540

Black with #B35540

Text Example


Text Example

White with #B35540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35540; }

 p { color: rgb(179,85,64); }

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

background-color css

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

 a { background-color: rgb(179,85,64); }

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

border-color css

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

 span { border-color: rgb(179,85,64); }

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