Html Css Color HEX #B45145 Chestnut

📋 copy color: '#B45145'

red 180 ◦ green 81 ◦ blue 69

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

Shades of Chestnut #B45145

Tints of Chestnut #B45145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 54.55%
G = 24.55%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B45145 (or 0xB45145) is known color: Chestnut. HEX triplet: B4, 51 and 45. RGB value is (180,81,69). Sum of RGB (Red+Green+Blue) = 180+81+69=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B45145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45145 is #4BAEBA. Grayscale: #6D6D6D. Windows color (decimal): -4959931 or 4542900. OLE color: 4542900.

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

Color convert

RGB 180 81 69 -
CMYK 0 0.55 0.62 0.29
HSL 6.49º 0.45% 0.49% -
HSV(B) 6.49º 0.62% 0.71% -
XYZ 22.84 16.02 7.52 -
YUV 109.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 180 81 69 0 0.55 0.62 0.29 6.49 0.45 0.49
Hex B4 51 45 0 37 3E 1D 6 2D 31
Octal 264 121 105 0 67 76 35 6 55 61
Binary 10110100 1010001 1000101 0 110111 111110 11101 110 101101 110001

Color Harmonies of #B45145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45145

Black with #B45145

Text Example


Text Example

White with #B45145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45145; }

 p { color: rgb(180,81,69); }

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

background-color css

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

 a { background-color: rgb(180,81,69); }

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

border-color css

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

 span { border-color: rgb(180,81,69); }

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