Html Css Color HEX #B84F4B Chestnut

📋 copy color: '#B84F4B'

red 184 ◦ green 79 ◦ blue 75

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

Shades of Chestnut #B84F4B

Tints of Chestnut #B84F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 54.44%
G = 23.37%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B84F4B (or 0xB84F4B) is known color: Chestnut. HEX triplet: B8, 4F and 4B. RGB value is (184,79,75). Sum of RGB (Red+Green+Blue) = 184+79+75=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F4B is #47B0B4. Grayscale: #6E6E6E. Windows color (decimal): -4698293 or 4935608. OLE color: 4935608.

HSL color Cylindrical-coordinate representation of color #B84F4B: hue angle of 2.2º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84F4B is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 79 75 -
CMYK 0 0.57 0.59 0.28
HSL 2.2º 0.43% 0.51% -
HSV(B) 2.2º 0.59% 0.72% -
XYZ 23.83 16.29 8.54 -
YUV 109.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 184 79 75 0 0.57 0.59 0.28 2.2 0.43 0.51
Hex B8 4F 4B 0 39 3B 1C 2 2B 33
Octal 270 117 113 0 71 73 34 2 53 63
Binary 10111000 1001111 1001011 0 111001 111011 11100 10 101011 110011

Color Harmonies of #B84F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84F4B

Black with #B84F4B

Text Example


Text Example

White with #B84F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84F4B; }

 p { color: rgb(184,79,75); }

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

background-color css

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

 a { background-color: rgb(184,79,75); }

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

border-color css

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

 span { border-color: rgb(184,79,75); }

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