Html Css Color HEX #B15745 Crail

📋 copy color: '#B15745'

red 177 ◦ green 87 ◦ blue 69

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

Shades of Crail #B15745

Tints of Crail #B15745

RGB

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

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

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

R = 53.15%
G = 26.13%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B15745 (or 0xB15745) is known color: Crail. HEX triplet: B1, 57 and 45. RGB value is (177,87,69). Sum of RGB (Red+Green+Blue) = 177+87+69=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15745 is #4EA8BA. Grayscale: #707070. Windows color (decimal): -5155003 or 4544433. OLE color: 4544433.

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

Color convert

RGB 177 87 69 -
CMYK 0 0.51 0.61 0.31
HSL 10º 0.44% 0.48% -
HSV(B) 10º 0.61% 0.69% -
XYZ 22.61 16.59 7.64 -
YUV 111.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 177 87 69 0 0.51 0.61 0.31 10 0.44 0.48
Hex B1 57 45 0 33 3D 1F A 2C 30
Octal 261 127 105 0 63 75 37 12 54 60
Binary 10110001 1010111 1000101 0 110011 111101 11111 1010 101100 110000

Color Harmonies of #B15745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15745

Black with #B15745

Text Example


Text Example

White with #B15745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15745; }

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

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

background-color css

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

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

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

border-color css

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

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

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