Html Css Color HEX #B75141 Chestnut

📋 copy color: '#B75141'

red 183 ◦ green 81 ◦ blue 65

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

Shades of Chestnut #B75141

Tints of Chestnut #B75141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 55.62%
G = 24.62%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B75141 (or 0xB75141) is known color: Chestnut. HEX triplet: B7, 51 and 41. RGB value is (183,81,65). Sum of RGB (Red+Green+Blue) = 183+81+65=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B75141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75141 is #48AEBE. Grayscale: #6D6D6D. Windows color (decimal): -4763327 or 4280759. OLE color: 4280759.

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

Color convert

RGB 183 81 65 -
CMYK 0 0.56 0.64 0.28
HSL 8.14º 0.48% 0.49% -
HSV(B) 8.14º 0.64% 0.72% -
XYZ 23.43 16.33 6.92 -
YUV 109.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 183 81 65 0 0.56 0.64 0.28 8.14 0.48 0.49
Hex B7 51 41 0 38 40 1C 8 30 31
Octal 267 121 101 0 70 100 34 10 60 61
Binary 10110111 1010001 1000001 0 111000 1000000 11100 1000 110000 110001

Color Harmonies of #B75141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75141

Black with #B75141

Text Example


Text Example

White with #B75141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75141; }

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

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

background-color css

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

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

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

border-color css

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

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

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