Html Css Color HEX #B05845 Crail

📋 copy color: '#B05845'

red 176 ◦ green 88 ◦ blue 69

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

Shades of Crail #B05845

Tints of Crail #B05845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.43%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 52.85%
G = 26.43%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B05845 (or 0xB05845) is known color: Crail. HEX triplet: B0, 58 and 45. RGB value is (176,88,69). Sum of RGB (Red+Green+Blue) = 176+88+69=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B05845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05845 is #4FA7BA. Grayscale: #707070. Windows color (decimal): -5220283 or 4544688. OLE color: 4544688.

HSL color Cylindrical-coordinate representation of color #B05845: hue angle of 10.65º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05845 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 69 -
CMYK 0 0.50 0.61 0.31
HSL 10.65º 0.44% 0.48% -
HSV(B) 10.65º 0.61% 0.69% -
XYZ 22.47 16.64 7.66 -
YUV 112.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 176 88 69 0 0.50 0.61 0.31 10.65 0.44 0.48
Hex B0 58 45 0 32 3D 1F B 2C 30
Octal 260 130 105 0 62 75 37 13 54 60
Binary 10110000 1011000 1000101 0 110010 111101 11111 1011 101100 110000

Color Harmonies of #B05845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05845

Black with #B05845

Text Example


Text Example

White with #B05845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05845; }

 p { color: rgb(176,88,69); }

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

background-color css

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

 a { background-color: rgb(176,88,69); }

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

border-color css

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

 span { border-color: rgb(176,88,69); }

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