Html Css Color HEX #B8483D Chestnut

📋 copy color: '#B8483D'

red 184 ◦ green 72 ◦ blue 61

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

Shades of Chestnut #B8483D

Tints of Chestnut #B8483D

RGB

 RED value IS 184 (72.27% from 255) = 58.04%

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 58.04%
G = 22.71%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8483D (or 0xB8483D) is known color: Chestnut. HEX triplet: B8, 48 and 3D. RGB value is (184,72,61). Sum of RGB (Red+Green+Blue) = 184+72+61=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8483D is #47B7C2. Grayscale: #686868. Windows color (decimal): -4700099 or 4016312. OLE color: 4016312.

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

Color convert

RGB 184 72 61 -
CMYK 0 0.61 0.67 0.28
HSL 5.37º 0.5% 0.48% -
HSV(B) 5.37º 0.67% 0.72% -
XYZ 22.93 15.16 6.13 -
YUV 104.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 184 72 61 0 0.61 0.67 0.28 5.37 0.5 0.48
Hex B8 48 3D 0 3D 43 1C 5 32 30
Octal 270 110 75 0 75 103 34 5 62 60
Binary 10111000 1001000 111101 0 111101 1000011 11100 101 110010 110000

Color Harmonies of #B8483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8483D

Black with #B8483D

Text Example


Text Example

White with #B8483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8483D; }

 p { color: rgb(184,72,61); }

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

background-color css

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

 a { background-color: rgb(184,72,61); }

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

border-color css

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

 span { border-color: rgb(184,72,61); }

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