Html Css Color HEX #B45D55 Flame Pea

📋 copy color: '#B45D55'

red 180 ◦ green 93 ◦ blue 85

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

Shades of Flame Pea #B45D55

Tints of Flame Pea #B45D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 50.28%
G = 25.98%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B45D55 (or 0xB45D55) is known color: Flame Pea. HEX triplet: B4, 5D and 55. RGB value is (180,93,85). Sum of RGB (Red+Green+Blue) = 180+93+85=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D55 is #4BA2AA. Grayscale: #767676. Windows color (decimal): -4956843 or 5594548. OLE color: 5594548.

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

Color convert

RGB 180 93 85 -
CMYK 0 0.48 0.53 0.29
HSL 5.05º 0.39% 0.52% -
HSV(B) 5.05º 0.53% 0.71% -
XYZ 24.38 18.19 10.82 -
YUV 118.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 180 93 85 0 0.48 0.53 0.29 5.05 0.39 0.52
Hex B4 5D 55 0 30 35 1D 5 27 34
Octal 264 135 125 0 60 65 35 5 47 64
Binary 10110100 1011101 1010101 0 110000 110101 11101 101 100111 110100

Color Harmonies of #B45D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D55

Black with #B45D55

Text Example


Text Example

White with #B45D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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