Html Css Color HEX #B05A4C Crail

📋 copy color: '#B05A4C'

red 176 ◦ green 90 ◦ blue 76

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

Shades of Crail #B05A4C

Tints of Crail #B05A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 51.46%
G = 26.32%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B05A4C (or 0xB05A4C) is known color: Crail. HEX triplet: B0, 5A and 4C. RGB value is (176,90,76). Sum of RGB (Red+Green+Blue) = 176+90+76=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A4C is #4FA5B3. Grayscale: #727272. Windows color (decimal): -5219764 or 5003952. OLE color: 5003952.

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

Color convert

RGB 176 90 76 -
CMYK 0 0.49 0.57 0.31
HSL 8.4º 0.4% 0.49% -
HSV(B) 8.4º 0.57% 0.69% -
XYZ 22.87 17.06 8.93 -
YUV 114.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 176 90 76 0 0.49 0.57 0.31 8.4 0.4 0.49
Hex B0 5A 4C 0 31 39 1F 8 28 31
Octal 260 132 114 0 61 71 37 10 50 61
Binary 10110000 1011010 1001100 0 110001 111001 11111 1000 101000 110001

Color Harmonies of #B05A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A4C

Black with #B05A4C

Text Example


Text Example

White with #B05A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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