Html Css Color HEX #B14D4B Chestnut

📋 copy color: '#B14D4B'

red 177 ◦ green 77 ◦ blue 75

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

Shades of Chestnut #B14D4B

Tints of Chestnut #B14D4B

RGB

 RED value IS 177 (69.53% from 255) = 53.8%

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 53.8%
G = 23.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B14D4B (or 0xB14D4B) is known color: Chestnut. HEX triplet: B1, 4D and 4B. RGB value is (177,77,75). Sum of RGB (Red+Green+Blue) = 177+77+75=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D4B is #4EB2B4. Grayscale: #6A6A6A. Windows color (decimal): -5157557 or 4935089. OLE color: 4935089.

HSL color Cylindrical-coordinate representation of color #B14D4B: hue angle of 1.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14D4B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 75 -
CMYK 0 0.56 0.58 0.31
HSL 1.18º 0.4% 0.49% -
HSV(B) 1.18º 0.58% 0.69% -
XYZ 22.06 15.16 8.42 -
YUV 106.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 177 77 75 0 0.56 0.58 0.31 1.18 0.4 0.49
Hex B1 4D 4B 0 38 3A 1F 1 28 31
Octal 261 115 113 0 70 72 37 1 50 61
Binary 10110001 1001101 1001011 0 111000 111010 11111 1 101000 110001

Color Harmonies of #B14D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D4B

Black with #B14D4B

Text Example


Text Example

White with #B14D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D4B; }

 p { color: rgb(177,77,75); }

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

background-color css

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

 a { background-color: rgb(177,77,75); }

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

border-color css

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

 span { border-color: rgb(177,77,75); }

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