Html Css Color HEX #B75150 Chestnut

📋 copy color: '#B75150'

red 183 ◦ green 81 ◦ blue 80

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

Shades of Chestnut #B75150

Tints of Chestnut #B75150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 53.2%
G = 23.55%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B75150 (or 0xB75150) is known color: Chestnut. HEX triplet: B7, 51 and 50. RGB value is (183,81,80). Sum of RGB (Red+Green+Blue) = 183+81+80=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B75150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75150 is #48AEAF. Grayscale: #6F6F6F. Windows color (decimal): -4763312 or 5263799. OLE color: 5263799.

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

Color convert

RGB 183 81 80 -
CMYK 0 0.56 0.56 0.28
HSL 0.58º 0.42% 0.52% -
HSV(B) 0.58º 0.56% 0.72% -
XYZ 23.92 16.53 9.52 -
YUV 111.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 183 81 80 0 0.56 0.56 0.28 0.58 0.42 0.52
Hex B7 51 50 0 38 38 1C 1 2A 34
Octal 267 121 120 0 70 70 34 1 52 64
Binary 10110111 1010001 1010000 0 111000 111000 11100 1 101010 110100

Color Harmonies of #B75150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75150

Black with #B75150

Text Example


Text Example

White with #B75150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75150; }

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

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

background-color css

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

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

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

border-color css

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

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

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