Html Css Color HEX #B7504A Chestnut

📋 copy color: '#B7504A'

red 183 ◦ green 80 ◦ blue 74

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

Shades of Chestnut #B7504A

Tints of Chestnut #B7504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 54.3%
G = 23.74%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7504A (or 0xB7504A) is known color: Chestnut. HEX triplet: B7, 50 and 4A. RGB value is (183,80,74). Sum of RGB (Red+Green+Blue) = 183+80+74=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B7504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7504A is #48AFB5. Grayscale: #6E6E6E. Windows color (decimal): -4763574 or 4870327. OLE color: 4870327.

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

Color convert

RGB 183 80 74 -
CMYK 0 0.56 0.60 0.28
HSL 3.3º 0.43% 0.5% -
HSV(B) 3.3º 0.6% 0.72% -
XYZ 23.63 16.3 8.38 -
YUV 110.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 183 80 74 0 0.56 0.60 0.28 3.3 0.43 0.5
Hex B7 50 4A 0 38 3C 1C 3 2B 32
Octal 267 120 112 0 70 74 34 3 53 62
Binary 10110111 1010000 1001010 0 111000 111100 11100 11 101011 110010

Color Harmonies of #B7504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7504A

Black with #B7504A

Text Example


Text Example

White with #B7504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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