Html Css Color HEX #B74F45 Chestnut

📋 copy color: '#B74F45'

red 183 ◦ green 79 ◦ blue 69

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

Shades of Chestnut #B74F45

Tints of Chestnut #B74F45

RGB

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

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

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

R = 55.29%
G = 23.87%
B = 20.85%

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

#B74F45 (or 0xB74F45) is known color: Chestnut. HEX triplet: B7, 4F and 45. RGB value is (183,79,69). Sum of RGB (Red+Green+Blue) = 183+79+69=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F45 is #48B0BA. Grayscale: #6D6D6D. Windows color (decimal): -4763835 or 4542391. OLE color: 4542391.

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

Color convert

RGB 183 79 69 -
CMYK 0 0.57 0.62 0.28
HSL 5.26º 0.45% 0.49% -
HSV(B) 5.26º 0.62% 0.72% -
XYZ 23.4 16.09 7.5 -
YUV 108.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 183 79 69 0 0.57 0.62 0.28 5.26 0.45 0.49
Hex B7 4F 45 0 39 3E 1C 5 2D 31
Octal 267 117 105 0 71 76 34 5 55 61
Binary 10110111 1001111 1000101 0 111001 111110 11100 101 101101 110001

Color Harmonies of #B74F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F45

Black with #B74F45

Text Example


Text Example

White with #B74F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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