Html Css Color HEX #B45540 Flame Pea

📋 copy color: '#B45540'

red 180 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #B45540

Tints of Flame Pea #B45540

RGB

 RED value IS 180 (70.7% from 255) = 54.71%

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

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

R = 54.71%
G = 25.84%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B45540 (or 0xB45540) is known color: Flame Pea. HEX triplet: B4, 55 and 40. RGB value is (180,85,64). Sum of RGB (Red+Green+Blue) = 180+85+64=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B45540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45540 is #4BAABF. Grayscale: #6F6F6F. Windows color (decimal): -4958912 or 4216244. OLE color: 4216244.

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

Color convert

RGB 180 85 64 -
CMYK 0 0.53 0.64 0.29
HSL 10.86º 0.48% 0.48% -
HSV(B) 10.86º 0.64% 0.71% -
XYZ 23 16.57 6.84 -
YUV 111.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 180 85 64 0 0.53 0.64 0.29 10.86 0.48 0.48
Hex B4 55 40 0 35 40 1D B 30 30
Octal 264 125 100 0 65 100 35 13 60 60
Binary 10110100 1010101 1000000 0 110101 1000000 11101 1011 110000 110000

Color Harmonies of #B45540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45540

Black with #B45540

Text Example


Text Example

White with #B45540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45540; }

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

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

background-color css

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

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

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

border-color css

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

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

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