Html Css Color HEX #B15541 Crail

📋 copy color: '#B15541'

red 177 ◦ green 85 ◦ blue 65

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

Shades of Crail #B15541

Tints of Crail #B15541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 54.13%
G = 25.99%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B15541 (or 0xB15541) is known color: Crail. HEX triplet: B1, 55 and 41. RGB value is (177,85,65). Sum of RGB (Red+Green+Blue) = 177+85+65=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15541 is #4EAABE. Grayscale: #6E6E6E. Windows color (decimal): -5155519 or 4281777. OLE color: 4281777.

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

Color convert

RGB 177 85 65 -
CMYK 0 0.52 0.63 0.31
HSL 10.71º 0.46% 0.47% -
HSV(B) 10.71º 0.63% 0.69% -
XYZ 22.33 16.23 6.96 -
YUV 110.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 177 85 65 0 0.52 0.63 0.31 10.71 0.46 0.47
Hex B1 55 41 0 34 3F 1F B 2E 2F
Octal 261 125 101 0 64 77 37 13 56 57
Binary 10110001 1010101 1000001 0 110100 111111 11111 1011 101110 101111

Color Harmonies of #B15541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15541

Black with #B15541

Text Example


Text Example

White with #B15541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15541; }

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

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

background-color css

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

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

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

border-color css

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

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

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