Html Css Color HEX #B74F4F Chestnut

📋 copy color: '#B74F4F'

red 183 ◦ green 79 ◦ blue 79

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

Shades of Chestnut #B74F4F

Tints of Chestnut #B74F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 53.67%
G = 23.17%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B74F4F (or 0xB74F4F) is known color: Chestnut. HEX triplet: B7, 4F and 4F. RGB value is (183,79,79). Sum of RGB (Red+Green+Blue) = 183+79+79=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F4F is #48B0B0. Grayscale: #6E6E6E. Windows color (decimal): -4763825 or 5197751. OLE color: 5197751.

HSL color Cylindrical-coordinate representation of color #B74F4F: hue angle of 0º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74F4F is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 79 79 -
CMYK 0 0.57 0.57 0.28
HSL 0.42% 0.51% -
HSV(B) 0.57% 0.72% -
XYZ 23.74 16.22 9.28 -
YUV 110.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 183 79 79 0 0.57 0.57 0.28 0 0.42 0.51
Hex B7 4F 4F 0 39 39 1C 0 2A 33
Octal 267 117 117 0 71 71 34 0 52 63
Binary 10110111 1001111 1001111 0 111001 111001 11100 0 101010 110011

Color Harmonies of #B74F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F4F

Black with #B74F4F

Text Example


Text Example

White with #B74F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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