Html Css Color HEX #B94B4A Chestnut

📋 copy color: '#B94B4A'

red 185 ◦ green 75 ◦ blue 74

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

Shades of Chestnut #B94B4A

Tints of Chestnut #B94B4A

RGB

 RED value IS 185 (72.66% from 255) = 55.39%

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 55.39%
G = 22.46%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B94B4A (or 0xB94B4A) is known color: Chestnut. HEX triplet: B9, 4B and 4A. RGB value is (185,75,74). Sum of RGB (Red+Green+Blue) = 185+75+74=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B4A is #46B4B5. Grayscale: #6B6B6B. Windows color (decimal): -4633782 or 4869049. OLE color: 4869049.

HSL color Cylindrical-coordinate representation of color #B94B4A: hue angle of 0.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94B4A is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 75 74 -
CMYK 0 0.59 0.6 0.27
HSL 0.54º 0.44% 0.51% -
HSV(B) 0.54º 0.6% 0.73% -
XYZ 23.76 15.84 8.28 -
YUV 107.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 185 75 74 0 0.59 0.6 0.27 0.54 0.44 0.51
Hex B9 4B 4A 0 3B 3C 1B 1 2C 33
Octal 271 113 112 0 73 74 33 1 54 63
Binary 10111001 1001011 1001010 0 111011 111100 11011 1 101100 110011

Color Harmonies of #B94B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B4A

Black with #B94B4A

Text Example


Text Example

White with #B94B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B4A; }

 p { color: rgb(185,75,74); }

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

background-color css

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

 a { background-color: rgb(185,75,74); }

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

border-color css

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

 span { border-color: rgb(185,75,74); }

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