Html Css Color HEX #B05A49 Crail

📋 copy color: '#B05A49'

red 176 ◦ green 90 ◦ blue 73

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

Shades of Crail #B05A49

Tints of Crail #B05A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 51.92%
G = 26.55%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B05A49 (or 0xB05A49) is known color: Crail. HEX triplet: B0, 5A and 49. RGB value is (176,90,73). Sum of RGB (Red+Green+Blue) = 176+90+73=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A49 is #4FA5B6. Grayscale: #717171. Windows color (decimal): -5219767 or 4807344. OLE color: 4807344.

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

Color convert

RGB 176 90 73 -
CMYK 0 0.49 0.59 0.31
HSL 9.9º 0.41% 0.49% -
HSV(B) 9.9º 0.59% 0.69% -
XYZ 22.76 17.02 8.39 -
YUV 113.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 176 90 73 0 0.49 0.59 0.31 9.9 0.41 0.49
Hex B0 5A 49 0 31 3B 1F A 29 31
Octal 260 132 111 0 61 73 37 12 51 61
Binary 10110000 1011010 1001001 0 110001 111011 11111 1010 101001 110001

Color Harmonies of #B05A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A49

Black with #B05A49

Text Example


Text Example

White with #B05A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A49; }

 p { color: rgb(176,90,73); }

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

background-color css

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

 a { background-color: rgb(176,90,73); }

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

border-color css

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

 span { border-color: rgb(176,90,73); }

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