Html Css Color HEX #B15A45 Crail

📋 copy color: '#B15A45'

red 177 ◦ green 90 ◦ blue 69

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

Shades of Crail #B15A45

Tints of Crail #B15A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 52.68%
G = 26.79%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B15A45 (or 0xB15A45) is known color: Crail. HEX triplet: B1, 5A and 45. RGB value is (177,90,69). Sum of RGB (Red+Green+Blue) = 177+90+69=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A45 is #4EA5BA. Grayscale: #717171. Windows color (decimal): -5154235 or 4545201. OLE color: 4545201.

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

Color convert

RGB 177 90 69 -
CMYK 0 0.49 0.61 0.31
HSL 11.67º 0.44% 0.48% -
HSV(B) 11.67º 0.61% 0.69% -
XYZ 22.86 17.09 7.72 -
YUV 113.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 177 90 69 0 0.49 0.61 0.31 11.67 0.44 0.48
Hex B1 5A 45 0 31 3D 1F C 2C 30
Octal 261 132 105 0 61 75 37 14 54 60
Binary 10110001 1011010 1000101 0 110001 111101 11111 1100 101100 110000

Color Harmonies of #B15A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A45

Black with #B15A45

Text Example


Text Example

White with #B15A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A45; }

 p { color: rgb(177,90,69); }

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

background-color css

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

 a { background-color: rgb(177,90,69); }

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

border-color css

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

 span { border-color: rgb(177,90,69); }

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