Html Css Color HEX #B74141 Chestnut

📋 copy color: '#B74141'

red 183 ◦ green 65 ◦ blue 65

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

Shades of Chestnut #B74141

Tints of Chestnut #B74141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 58.47%
G = 20.77%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74141 (or 0xB74141) is known color: Chestnut. HEX triplet: B7, 41 and 41. RGB value is (183,65,65). Sum of RGB (Red+Green+Blue) = 183+65+65=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B74141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74141 is #48BEBE. Grayscale: #646464. Windows color (decimal): -4767423 or 4276663. OLE color: 4276663.

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

Color convert

RGB 183 65 65 -
CMYK 0 0.64 0.64 0.28
HSL 0.48% 0.49% -
HSV(B) 0.64% 0.72% -
XYZ 22.37 14.23 6.57 -
YUV 100.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 183 65 65 0 0.64 0.64 0.28 0 0.48 0.49
Hex B7 41 41 0 40 40 1C 0 30 31
Octal 267 101 101 0 100 100 34 0 60 61
Binary 10110111 1000001 1000001 0 1000000 1000000 11100 0 110000 110001

Color Harmonies of #B74141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74141

Black with #B74141

Text Example


Text Example

White with #B74141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74141; }

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

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

background-color css

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

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

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

border-color css

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

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

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