Html Css Color HEX #B14247 Night Shadz

📋 copy color: '#B14247'

red 177 ◦ green 66 ◦ blue 71

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

Shades of Night Shadz #B14247

Tints of Night Shadz #B14247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 56.37%
G = 21.02%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14247 (or 0xB14247) is known color: Night Shadz. HEX triplet: B1, 42 and 47. RGB value is (177,66,71). Sum of RGB (Red+Green+Blue) = 177+66+71=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14247 is #4EBDB8. Grayscale: #636363. Windows color (decimal): -5160377 or 4670129. OLE color: 4670129.

HSL color Cylindrical-coordinate representation of color #B14247: hue angle of 357.3º 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 #B14247 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 71 -
CMYK 0 0.63 0.60 0.31
HSL 357.3º 0.46% 0.48% -
HSV(B) 357.3º 0.63% 0.69% -
XYZ 21.22 13.7 7.49 -
YUV 99.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 177 66 71 0 0.63 0.60 0.31 357.3 0.46 0.48
Hex B1 42 47 0 3F 3C 1F 165 2E 30
Octal 261 102 107 0 77 74 37 545 56 60
Binary 10110001 1000010 1000111 0 111111 111100 11111 101100101 101110 110000

Color Harmonies of #B14247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14247

Black with #B14247

Text Example


Text Example

White with #B14247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14247; }

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

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

background-color css

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

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

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

border-color css

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

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

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