Html Css Color HEX #B45346 Chestnut

📋 copy color: '#B45346'

red 180 ◦ green 83 ◦ blue 70

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

Shades of Chestnut #B45346

Tints of Chestnut #B45346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 54.05%
G = 24.92%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B45346 (or 0xB45346) is known color: Chestnut. HEX triplet: B4, 53 and 46. RGB value is (180,83,70). Sum of RGB (Red+Green+Blue) = 180+83+70=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45346 is #4BACB9. Grayscale: #6E6E6E. Windows color (decimal): -4959418 or 4608948. OLE color: 4608948.

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

Color convert

RGB 180 83 70 -
CMYK 0 0.54 0.61 0.29
HSL 7.09º 0.44% 0.49% -
HSV(B) 7.09º 0.61% 0.71% -
XYZ 23.02 16.33 7.73 -
YUV 110.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 180 83 70 0 0.54 0.61 0.29 7.09 0.44 0.49
Hex B4 53 46 0 36 3D 1D 7 2C 31
Octal 264 123 106 0 66 75 35 7 54 61
Binary 10110100 1010011 1000110 0 110110 111101 11101 111 101100 110001

Color Harmonies of #B45346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45346

Black with #B45346

Text Example


Text Example

White with #B45346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45346; }

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

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

background-color css

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

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

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

border-color css

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

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

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