Html Css Color HEX #B74646 Chestnut

📋 copy color: '#B74646'

red 183 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B74646

Tints of Chestnut #B74646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 56.66%
G = 21.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74646 (or 0xB74646) is known color: Chestnut. HEX triplet: B7, 46 and 46. RGB value is (183,70,70). Sum of RGB (Red+Green+Blue) = 183+70+70=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B74646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74646 is #48B9B9. Grayscale: #676767. Windows color (decimal): -4766138 or 4605623. OLE color: 4605623.

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

Color convert

RGB 183 70 70 -
CMYK 0 0.62 0.62 0.28
HSL 0.45% 0.5% -
HSV(B) 0.62% 0.72% -
XYZ 22.82 14.89 7.47 -
YUV 103.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 183 70 70 0 0.62 0.62 0.28 0 0.45 0.5
Hex B7 46 46 0 3E 3E 1C 0 2D 32
Octal 267 106 106 0 76 76 34 0 55 62
Binary 10110111 1000110 1000110 0 111110 111110 11100 0 101101 110010

Color Harmonies of #B74646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74646

Black with #B74646

Text Example


Text Example

White with #B74646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74646; }

 p { color: rgb(183,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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