Html Css Color HEX #B75145 Chestnut

📋 copy color: '#B75145'

red 183 ◦ green 81 ◦ blue 69

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

Shades of Chestnut #B75145

Tints of Chestnut #B75145

RGB

 RED value IS 183 (71.88% from 255) = 54.95%

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

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

R = 54.95%
G = 24.32%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B75145 (or 0xB75145) is known color: Chestnut. HEX triplet: B7, 51 and 45. RGB value is (183,81,69). Sum of RGB (Red+Green+Blue) = 183+81+69=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B75145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75145 is #48AEBA. Grayscale: #6E6E6E. Windows color (decimal): -4763323 or 4542903. OLE color: 4542903.

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

Color convert

RGB 183 81 69 -
CMYK 0 0.56 0.62 0.28
HSL 6.32º 0.45% 0.49% -
HSV(B) 6.32º 0.62% 0.72% -
XYZ 23.55 16.38 7.55 -
YUV 110.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 183 81 69 0 0.56 0.62 0.28 6.32 0.45 0.49
Hex B7 51 45 0 38 3E 1C 6 2D 31
Octal 267 121 105 0 70 76 34 6 55 61
Binary 10110111 1010001 1000101 0 111000 111110 11100 110 101101 110001

Color Harmonies of #B75145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75145

Black with #B75145

Text Example


Text Example

White with #B75145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75145; }

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

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

background-color css

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

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

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

border-color css

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

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

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