Html Css Color HEX #B74B41 Chestnut

📋 copy color: '#B74B41'

red 183 ◦ green 75 ◦ blue 65

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

Shades of Chestnut #B74B41

Tints of Chestnut #B74B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

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

R = 56.66%
G = 23.22%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74B41 (or 0xB74B41) is known color: Chestnut. HEX triplet: B7, 4B and 41. RGB value is (183,75,65). Sum of RGB (Red+Green+Blue) = 183+75+65=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B41 is #48B4BE. Grayscale: #6A6A6A. Windows color (decimal): -4764863 or 4279223. OLE color: 4279223.

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

Color convert

RGB 183 75 65 -
CMYK 0 0.59 0.64 0.28
HSL 5.08º 0.48% 0.49% -
HSV(B) 5.08º 0.64% 0.72% -
XYZ 23 15.48 6.78 -
YUV 106.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 183 75 65 0 0.59 0.64 0.28 5.08 0.48 0.49
Hex B7 4B 41 0 3B 40 1C 5 30 31
Octal 267 113 101 0 73 100 34 5 60 61
Binary 10110111 1001011 1000001 0 111011 1000000 11100 101 110000 110001

Color Harmonies of #B74B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B41

Black with #B74B41

Text Example


Text Example

White with #B74B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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