Html Css Color HEX #B84A44 Chestnut

📋 copy color: '#B84A44'

red 184 ◦ green 74 ◦ blue 68

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

Shades of Chestnut #B84A44

Tints of Chestnut #B84A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 56.44%
G = 22.7%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B84A44 (or 0xB84A44) is known color: Chestnut. HEX triplet: B8, 4A and 44. RGB value is (184,74,68). Sum of RGB (Red+Green+Blue) = 184+74+68=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A44 is #47B5BB. Grayscale: #6A6A6A. Windows color (decimal): -4699580 or 4475576. OLE color: 4475576.

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

Color convert

RGB 184 74 68 -
CMYK 0 0.60 0.63 0.28
HSL 3.1º 0.46% 0.49% -
HSV(B) 3.1º 0.63% 0.72% -
XYZ 23.26 15.51 7.24 -
YUV 106.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 184 74 68 0 0.60 0.63 0.28 3.1 0.46 0.49
Hex B8 4A 44 0 3C 3F 1C 3 2E 31
Octal 270 112 104 0 74 77 34 3 56 61
Binary 10111000 1001010 1000100 0 111100 111111 11100 11 101110 110001

Color Harmonies of #B84A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A44

Black with #B84A44

Text Example


Text Example

White with #B84A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A44; }

 p { color: rgb(184,74,68); }

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

background-color css

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

 a { background-color: rgb(184,74,68); }

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

border-color css

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

 span { border-color: rgb(184,74,68); }

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