Html Css Color HEX #B15640 Crail

📋 copy color: '#B15640'

red 177 ◦ green 86 ◦ blue 64

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

Shades of Crail #B15640

Tints of Crail #B15640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 54.13%
G = 26.3%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15640 (or 0xB15640) is known color: Crail. HEX triplet: B1, 56 and 40. RGB value is (177,86,64). Sum of RGB (Red+Green+Blue) = 177+86+64=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15640 is #4EA9BF. Grayscale: #6E6E6E. Windows color (decimal): -5155264 or 4216497. OLE color: 4216497.

HSL color Cylindrical-coordinate representation of color #B15640: hue angle of 11.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15640 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 64 -
CMYK 0 0.51 0.64 0.31
HSL 11.68º 0.47% 0.47% -
HSV(B) 11.68º 0.64% 0.69% -
XYZ 22.38 16.37 6.83 -
YUV 110.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 177 86 64 0 0.51 0.64 0.31 11.68 0.47 0.47
Hex B1 56 40 0 33 40 1F C 2F 2F
Octal 261 126 100 0 63 100 37 14 57 57
Binary 10110001 1010110 1000000 0 110011 1000000 11111 1100 101111 101111

Color Harmonies of #B15640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15640

Black with #B15640

Text Example


Text Example

White with #B15640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15640; }

 p { color: rgb(177,86,64); }

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

background-color css

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

 a { background-color: rgb(177,86,64); }

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

border-color css

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

 span { border-color: rgb(177,86,64); }

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