Html Css Color HEX #B05B47 Crail

📋 copy color: '#B05B47'

red 176 ◦ green 91 ◦ blue 71

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

Shades of Crail #B05B47

Tints of Crail #B05B47

RGB

 RED value IS 176 (69.14% from 255) = 52.07%

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

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 52.07%
G = 26.92%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B05B47 (or 0xB05B47) is known color: Crail. HEX triplet: B0, 5B and 47. RGB value is (176,91,71). Sum of RGB (Red+Green+Blue) = 176+91+71=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B47 is #4FA4B8. Grayscale: #727272. Windows color (decimal): -5219513 or 4676528. OLE color: 4676528.

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

Color convert

RGB 176 91 71 -
CMYK 0 0.48 0.60 0.31
HSL 11.43º 0.43% 0.48% -
HSV(B) 11.43º 0.6% 0.69% -
XYZ 22.78 17.17 8.07 -
YUV 114.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 176 91 71 0 0.48 0.60 0.31 11.43 0.43 0.48
Hex B0 5B 47 0 30 3C 1F B 2B 30
Octal 260 133 107 0 60 74 37 13 53 60
Binary 10110000 1011011 1000111 0 110000 111100 11111 1011 101011 110000

Color Harmonies of #B05B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05B47

Black with #B05B47

Text Example


Text Example

White with #B05B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05B47; }

 p { color: rgb(176,91,71); }

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

background-color css

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

 a { background-color: rgb(176,91,71); }

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

border-color css

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

 span { border-color: rgb(176,91,71); }

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