Html Css Color HEX #B84341 Chestnut

📋 copy color: '#B84341'

red 184 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #B84341

Tints of Chestnut #B84341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 58.23%
G = 21.2%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84341 (or 0xB84341) is known color: Chestnut. HEX triplet: B8, 43 and 41. RGB value is (184,67,65). Sum of RGB (Red+Green+Blue) = 184+67+65=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B84341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84341 is #47BCBE. Grayscale: #656565. Windows color (decimal): -4701375 or 4277176. OLE color: 4277176.

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

Color convert

RGB 184 67 65 -
CMYK 0 0.64 0.65 0.28
HSL 1.01º 0.48% 0.49% -
HSV(B) 1.01º 0.65% 0.72% -
XYZ 22.73 14.59 6.62 -
YUV 101.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 184 67 65 0 0.64 0.65 0.28 1.01 0.48 0.49
Hex B8 43 41 0 40 41 1C 1 30 31
Octal 270 103 101 0 100 101 34 1 60 61
Binary 10111000 1000011 1000001 0 1000000 1000001 11100 1 110000 110001

Color Harmonies of #B84341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84341

Black with #B84341

Text Example


Text Example

White with #B84341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84341; }

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

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

background-color css

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

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

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

border-color css

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

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

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