Html Css Color HEX #B15746 Crail

📋 copy color: '#B15746'

red 177 ◦ green 87 ◦ blue 70

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

Shades of Crail #B15746

Tints of Crail #B15746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 52.99%
G = 26.05%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B15746 (or 0xB15746) is known color: Crail. HEX triplet: B1, 57 and 46. RGB value is (177,87,70). Sum of RGB (Red+Green+Blue) = 177+87+70=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B15746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15746 is #4EA8B9. Grayscale: #707070. Windows color (decimal): -5155002 or 4609969. OLE color: 4609969.

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

Color convert

RGB 177 87 70 -
CMYK 0 0.51 0.60 0.31
HSL 9.53º 0.43% 0.48% -
HSV(B) 9.53º 0.6% 0.69% -
XYZ 22.65 16.61 7.81 -
YUV 111.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 177 87 70 0 0.51 0.60 0.31 9.53 0.43 0.48
Hex B1 57 46 0 33 3C 1F A 2B 30
Octal 261 127 106 0 63 74 37 12 53 60
Binary 10110001 1010111 1000110 0 110011 111100 11111 1010 101011 110000

Color Harmonies of #B15746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15746

Black with #B15746

Text Example


Text Example

White with #B15746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15746; }

 p { color: rgb(177,87,70); }

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

background-color css

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

 a { background-color: rgb(177,87,70); }

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

border-color css

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

 span { border-color: rgb(177,87,70); }

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