Html Css Color HEX #B15949 Crail

📋 copy color: '#B15949'

red 177 ◦ green 89 ◦ blue 73

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

Shades of Crail #B15949

Tints of Crail #B15949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 52.21%
G = 26.25%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B15949 (or 0xB15949) is known color: Crail. HEX triplet: B1, 59 and 49. RGB value is (177,89,73). Sum of RGB (Red+Green+Blue) = 177+89+73=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15949 is #4EA6B6. Grayscale: #717171. Windows color (decimal): -5154487 or 4807089. OLE color: 4807089.

HSL color Cylindrical-coordinate representation of color #B15949: hue angle of 9.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15949 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 73 -
CMYK 0 0.50 0.59 0.31
HSL 9.23º 0.42% 0.49% -
HSV(B) 9.23º 0.59% 0.69% -
XYZ 22.91 16.97 8.37 -
YUV 113.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 177 89 73 0 0.50 0.59 0.31 9.23 0.42 0.49
Hex B1 59 49 0 32 3B 1F 9 2A 31
Octal 261 131 111 0 62 73 37 11 52 61
Binary 10110001 1011001 1001001 0 110010 111011 11111 1001 101010 110001

Color Harmonies of #B15949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15949

Black with #B15949

Text Example


Text Example

White with #B15949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15949; }

 p { color: rgb(177,89,73); }

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

background-color css

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

 a { background-color: rgb(177,89,73); }

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

border-color css

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

 span { border-color: rgb(177,89,73); }

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