Html Css Color HEX #B74F46 Chestnut

📋 copy color: '#B74F46'

red 183 ◦ green 79 ◦ blue 70

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

Shades of Chestnut #B74F46

Tints of Chestnut #B74F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.8%

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

R = 55.12%
G = 23.8%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74F46 (or 0xB74F46) is known color: Chestnut. HEX triplet: B7, 4F and 46. RGB value is (183,79,70). Sum of RGB (Red+Green+Blue) = 183+79+70=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F46 is #48B0B9. Grayscale: #6D6D6D. Windows color (decimal): -4763834 or 4607927. OLE color: 4607927.

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

Color convert

RGB 183 79 70 -
CMYK 0 0.57 0.62 0.28
HSL 4.78º 0.45% 0.5% -
HSV(B) 4.78º 0.62% 0.72% -
XYZ 23.43 16.1 7.67 -
YUV 109.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 183 79 70 0 0.57 0.62 0.28 4.78 0.45 0.5
Hex B7 4F 46 0 39 3E 1C 5 2D 32
Octal 267 117 106 0 71 76 34 5 55 62
Binary 10110111 1001111 1000110 0 111001 111110 11100 101 101101 110010

Color Harmonies of #B74F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F46

Black with #B74F46

Text Example


Text Example

White with #B74F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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