Html Css Color HEX #B15B4D Crail

📋 copy color: '#B15B4D'

red 177 ◦ green 91 ◦ blue 77

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

Shades of Crail #B15B4D

Tints of Crail #B15B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 51.3%
G = 26.38%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B15B4D (or 0xB15B4D) is known color: Crail. HEX triplet: B1, 5B and 4D. RGB value is (177,91,77). Sum of RGB (Red+Green+Blue) = 177+91+77=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B4D is #4EA4B2. Grayscale: #737373. Windows color (decimal): -5153971 or 5069745. OLE color: 5069745.

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

Color convert

RGB 177 91 77 -
CMYK 0 0.49 0.56 0.31
HSL 8.4º 0.39% 0.5% -
HSV(B) 8.4º 0.56% 0.69% -
XYZ 23.21 17.37 9.15 -
YUV 115.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 177 91 77 0 0.49 0.56 0.31 8.4 0.39 0.5
Hex B1 5B 4D 0 31 38 1F 8 27 32
Octal 261 133 115 0 61 70 37 10 47 62
Binary 10110001 1011011 1001101 0 110001 111000 11111 1000 100111 110010

Color Harmonies of #B15B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B4D

Black with #B15B4D

Text Example


Text Example

White with #B15B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B4D; }

 p { color: rgb(177,91,77); }

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

background-color css

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

 a { background-color: rgb(177,91,77); }

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

border-color css

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

 span { border-color: rgb(177,91,77); }

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