Html Css Color HEX #B14642 Chestnut

📋 copy color: '#B14642'

red 177 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #B14642

Tints of Chestnut #B14642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 56.55%
G = 22.36%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B14642 (or 0xB14642) is known color: Chestnut. HEX triplet: B1, 46 and 42. RGB value is (177,70,66). Sum of RGB (Red+Green+Blue) = 177+70+66=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B14642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14642 is #4EB9BD. Grayscale: #656565. Windows color (decimal): -5159358 or 4343473. OLE color: 4343473.

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

Color convert

RGB 177 70 66 -
CMYK 0 0.60 0.63 0.31
HSL 2.16º 0.46% 0.48% -
HSV(B) 2.16º 0.63% 0.69% -
XYZ 21.3 14.12 6.76 -
YUV 101.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 177 70 66 0 0.60 0.63 0.31 2.16 0.46 0.48
Hex B1 46 42 0 3C 3F 1F 2 2E 30
Octal 261 106 102 0 74 77 37 2 56 60
Binary 10110001 1000110 1000010 0 111100 111111 11111 10 101110 110000

Color Harmonies of #B14642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14642

Black with #B14642

Text Example


Text Example

White with #B14642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14642; }

 p { color: rgb(177,70,66); }

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

background-color css

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

 a { background-color: rgb(177,70,66); }

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

border-color css

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

 span { border-color: rgb(177,70,66); }

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