Html Css Color HEX #B05640 Crail

📋 copy color: '#B05640'

red 176 ◦ green 86 ◦ blue 64

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

Shades of Crail #B05640

Tints of Crail #B05640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 53.99%
G = 26.38%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05640 (or 0xB05640) is known color: Crail. HEX triplet: B0, 56 and 40. RGB value is (176,86,64). Sum of RGB (Red+Green+Blue) = 176+86+64=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B05640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05640 is #4FA9BF. Grayscale: #6E6E6E. Windows color (decimal): -5220800 or 4216496. OLE color: 4216496.

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

Color convert

RGB 176 86 64 -
CMYK 0 0.51 0.64 0.31
HSL 11.79º 0.47% 0.47% -
HSV(B) 11.79º 0.64% 0.69% -
XYZ 22.16 16.26 6.82 -
YUV 110.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 176 86 64 0 0.51 0.64 0.31 11.79 0.47 0.47
Hex B0 56 40 0 33 40 1F C 2F 2F
Octal 260 126 100 0 63 100 37 14 57 57
Binary 10110000 1010110 1000000 0 110011 1000000 11111 1100 101111 101111

Color Harmonies of #B05640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05640

Black with #B05640

Text Example


Text Example

White with #B05640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05640; }

 p { color: rgb(176,86,64); }

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

background-color css

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

 a { background-color: rgb(176,86,64); }

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

border-color css

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

 span { border-color: rgb(176,86,64); }

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