Html Css Color HEX #B74645 Chestnut

📋 copy color: '#B74645'

red 183 ◦ green 70 ◦ blue 69

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

Shades of Chestnut #B74645

Tints of Chestnut #B74645

RGB

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

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

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

R = 56.83%
G = 21.74%
B = 21.43%

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

#B74645 (or 0xB74645) is known color: Chestnut. HEX triplet: B7, 46 and 45. RGB value is (183,70,69). Sum of RGB (Red+Green+Blue) = 183+70+69=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B74645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74645 is #48B9BA. Grayscale: #676767. Windows color (decimal): -4766139 or 4540087. OLE color: 4540087.

HSL color Cylindrical-coordinate representation of color #B74645: hue angle of 0.53º 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 #B74645 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 69 -
CMYK 0 0.62 0.62 0.28
HSL 0.53º 0.45% 0.49% -
HSV(B) 0.53º 0.62% 0.72% -
XYZ 22.79 14.88 7.3 -
YUV 103.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 183 70 69 0 0.62 0.62 0.28 0.53 0.45 0.49
Hex B7 46 45 0 3E 3E 1C 1 2D 31
Octal 267 106 105 0 76 76 34 1 55 61
Binary 10110111 1000110 1000101 0 111110 111110 11100 1 101101 110001

Color Harmonies of #B74645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74645

Black with #B74645

Text Example


Text Example

White with #B74645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74645; }

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

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

background-color css

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

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

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

border-color css

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

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

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