Html Css Color HEX #B45953 Chestnut

📋 copy color: '#B45953'

red 180 ◦ green 89 ◦ blue 83

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

Shades of Chestnut #B45953

Tints of Chestnut #B45953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 51.14%
G = 25.28%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B45953 (or 0xB45953) is known color: Chestnut. HEX triplet: B4, 59 and 53. RGB value is (180,89,83). Sum of RGB (Red+Green+Blue) = 180+89+83=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B45953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45953 is #4BA6AC. Grayscale: #737373. Windows color (decimal): -4957869 or 5462452. OLE color: 5462452.

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

Color convert

RGB 180 89 83 -
CMYK 0 0.51 0.54 0.29
HSL 3.71º 0.39% 0.52% -
HSV(B) 3.71º 0.54% 0.71% -
XYZ 23.96 17.47 10.29 -
YUV 115.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 180 89 83 0 0.51 0.54 0.29 3.71 0.39 0.52
Hex B4 59 53 0 33 36 1D 4 27 34
Octal 264 131 123 0 63 66 35 4 47 64
Binary 10110100 1011001 1010011 0 110011 110110 11101 100 100111 110100

Color Harmonies of #B45953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45953

Black with #B45953

Text Example


Text Example

White with #B45953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45953; }

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

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

background-color css

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

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

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

border-color css

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

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

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