Html Css Color HEX #B85143 Chestnut

📋 copy color: '#B85143'

red 184 ◦ green 81 ◦ blue 67

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

Shades of Chestnut #B85143

Tints of Chestnut #B85143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 67 (26.56% from 255) = 20.18%

R = 55.42%
G = 24.4%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B85143 (or 0xB85143) is known color: Chestnut. HEX triplet: B8, 51 and 43. RGB value is (184,81,67). Sum of RGB (Red+Green+Blue) = 184+81+67=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B85143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85143 is #47AEBC. Grayscale: #6E6E6E. Windows color (decimal): -4697789 or 4411832. OLE color: 4411832.

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

Color convert

RGB 184 81 67 -
CMYK 0 0.56 0.64 0.28
HSL 7.18º 0.47% 0.49% -
HSV(B) 7.18º 0.64% 0.72% -
XYZ 23.72 16.48 7.24 -
YUV 110.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 184 81 67 0 0.56 0.64 0.28 7.18 0.47 0.49
Hex B8 51 43 0 38 40 1C 7 2F 31
Octal 270 121 103 0 70 100 34 7 57 61
Binary 10111000 1010001 1000011 0 111000 1000000 11100 111 101111 110001

Color Harmonies of #B85143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85143

Black with #B85143

Text Example


Text Example

White with #B85143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85143; }

 p { color: rgb(184,81,67); }

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

background-color css

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

 a { background-color: rgb(184,81,67); }

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

border-color css

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

 span { border-color: rgb(184,81,67); }

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