Html Css Color HEX #B0594A Crail

📋 copy color: '#B0594A'

red 176 ◦ green 89 ◦ blue 74

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

Shades of Crail #B0594A

Tints of Crail #B0594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 51.92%
G = 26.25%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0594A (or 0xB0594A) is known color: Crail. HEX triplet: B0, 59 and 4A. RGB value is (176,89,74). Sum of RGB (Red+Green+Blue) = 176+89+74=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0594A is #4FA6B5. Grayscale: #717171. Windows color (decimal): -5220022 or 4872624. OLE color: 4872624.

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

Color convert

RGB 176 89 74 -
CMYK 0 0.49 0.58 0.31
HSL 8.82º 0.41% 0.49% -
HSV(B) 8.82º 0.58% 0.69% -
XYZ 22.71 16.87 8.54 -
YUV 113.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 176 89 74 0 0.49 0.58 0.31 8.82 0.41 0.49
Hex B0 59 4A 0 31 3A 1F 9 29 31
Octal 260 131 112 0 61 72 37 11 51 61
Binary 10110000 1011001 1001010 0 110001 111010 11111 1001 101001 110001

Color Harmonies of #B0594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0594A

Black with #B0594A

Text Example


Text Example

White with #B0594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0594A; }

 p { color: rgb(176,89,74); }

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

background-color css

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

 a { background-color: rgb(176,89,74); }

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

border-color css

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

 span { border-color: rgb(176,89,74); }

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