Html Css Color HEX #B15540 Crail

📋 copy color: '#B15540'

red 177 ◦ green 85 ◦ blue 64

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

Shades of Crail #B15540

Tints of Crail #B15540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 54.29%
G = 26.07%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B15540 (or 0xB15540) is known color: Crail. HEX triplet: B1, 55 and 40. RGB value is (177,85,64). Sum of RGB (Red+Green+Blue) = 177+85+64=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B15540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15540 is #4EAABF. Grayscale: #6E6E6E. Windows color (decimal): -5155520 or 4216241. OLE color: 4216241.

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

Color convert

RGB 177 85 64 -
CMYK 0 0.52 0.64 0.31
HSL 11.15º 0.47% 0.47% -
HSV(B) 11.15º 0.64% 0.69% -
XYZ 22.31 16.21 6.8 -
YUV 110.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 177 85 64 0 0.52 0.64 0.31 11.15 0.47 0.47
Hex B1 55 40 0 34 40 1F B 2F 2F
Octal 261 125 100 0 64 100 37 13 57 57
Binary 10110001 1010101 1000000 0 110100 1000000 11111 1011 101111 101111

Color Harmonies of #B15540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15540

Black with #B15540

Text Example


Text Example

White with #B15540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15540; }

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

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

background-color css

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

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

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

border-color css

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

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

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