Html Css Color HEX #B45350 Chestnut

📋 copy color: '#B45350'

red 180 ◦ green 83 ◦ blue 80

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

Shades of Chestnut #B45350

Tints of Chestnut #B45350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 52.48%
G = 24.2%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B45350 (or 0xB45350) is known color: Chestnut. HEX triplet: B4, 53 and 50. RGB value is (180,83,80). Sum of RGB (Red+Green+Blue) = 180+83+80=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B45350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45350 is #4BACAF. Grayscale: #6F6F6F. Windows color (decimal): -4959408 or 5264308. OLE color: 5264308.

HSL color Cylindrical-coordinate representation of color #B45350: hue angle of 1.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45350 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 80 -
CMYK 0 0.54 0.56 0.29
HSL 1.8º 0.4% 0.51% -
HSV(B) 1.8º 0.56% 0.71% -
XYZ 23.36 16.47 9.54 -
YUV 111.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 180 83 80 0 0.54 0.56 0.29 1.8 0.4 0.51
Hex B4 53 50 0 36 38 1D 2 28 33
Octal 264 123 120 0 66 70 35 2 50 63
Binary 10110100 1010011 1010000 0 110110 111000 11101 10 101000 110011

Color Harmonies of #B45350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45350

Black with #B45350

Text Example


Text Example

White with #B45350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45350; }

 p { color: rgb(180,83,80); }

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

background-color css

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

 a { background-color: rgb(180,83,80); }

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

border-color css

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

 span { border-color: rgb(180,83,80); }

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