Html Css Color HEX #B45352 Chestnut

📋 copy color: '#B45352'

red 180 ◦ green 83 ◦ blue 82

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

Shades of Chestnut #B45352

Tints of Chestnut #B45352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 52.17%
G = 24.06%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B45352 (or 0xB45352) is known color: Chestnut. HEX triplet: B4, 53 and 52. RGB value is (180,83,82). Sum of RGB (Red+Green+Blue) = 180+83+82=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B45352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45352 is #4BACAD. Grayscale: #6F6F6F. Windows color (decimal): -4959406 or 5395380. OLE color: 5395380.

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

Color convert

RGB 180 83 82 -
CMYK 0 0.54 0.54 0.29
HSL 0.61º 0.4% 0.51% -
HSV(B) 0.61º 0.54% 0.71% -
XYZ 23.44 16.5 9.93 -
YUV 111.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 180 83 82 0 0.54 0.54 0.29 0.61 0.4 0.51
Hex B4 53 52 0 36 36 1D 1 28 33
Octal 264 123 122 0 66 66 35 1 50 63
Binary 10110100 1010011 1010010 0 110110 110110 11101 1 101000 110011

Color Harmonies of #B45352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45352

Black with #B45352

Text Example


Text Example

White with #B45352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45352; }

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

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

background-color css

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

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

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

border-color css

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

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

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