Html Css Color HEX #B6584F Chestnut

📋 copy color: '#B6584F'

red 182 ◦ green 88 ◦ blue 79

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

Shades of Chestnut #B6584F

Tints of Chestnut #B6584F

RGB

 RED value IS 182 (71.48% from 255) = 52.15%

 GREEN value IS 88 (34.77% from 255) = 25.21%

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

R = 52.15%
G = 25.21%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6584F (or 0xB6584F) is known color: Chestnut. HEX triplet: B6, 58 and 4F. RGB value is (182,88,79). Sum of RGB (Red+Green+Blue) = 182+88+79=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B6584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6584F is #49A7B0. Grayscale: #737373. Windows color (decimal): -4827057 or 5200054. OLE color: 5200054.

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

Color convert

RGB 182 88 79 -
CMYK 0 0.52 0.57 0.29
HSL 5.24º 0.41% 0.51% -
HSV(B) 5.24º 0.57% 0.71% -
XYZ 24.19 17.49 9.5 -
YUV 115.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 182 88 79 0 0.52 0.57 0.29 5.24 0.41 0.51
Hex B6 58 4F 0 34 39 1D 5 29 33
Octal 266 130 117 0 64 71 35 5 51 63
Binary 10110110 1011000 1001111 0 110100 111001 11101 101 101001 110011

Color Harmonies of #B6584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6584F

Black with #B6584F

Text Example


Text Example

White with #B6584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6584F; }

 p { color: rgb(182,88,79); }

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

background-color css

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

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

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

border-color css

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

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

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