Html Css Color HEX #B05844 Crail

📋 copy color: '#B05844'

red 176 ◦ green 88 ◦ blue 68

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

Shades of Crail #B05844

Tints of Crail #B05844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 53.01%
G = 26.51%
B = 20.48%

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

#B05844 (or 0xB05844) is known color: Crail. HEX triplet: B0, 58 and 44. RGB value is (176,88,68). Sum of RGB (Red+Green+Blue) = 176+88+68=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B05844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05844 is #4FA7BB. Grayscale: #707070. Windows color (decimal): -5220284 or 4479152. OLE color: 4479152.

HSL color Cylindrical-coordinate representation of color #B05844: hue angle of 11.11º 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 #B05844 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 68 -
CMYK 0 0.50 0.61 0.31
HSL 11.11º 0.44% 0.48% -
HSV(B) 11.11º 0.61% 0.69% -
XYZ 22.44 16.63 7.5 -
YUV 112.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 176 88 68 0 0.50 0.61 0.31 11.11 0.44 0.48
Hex B0 58 44 0 32 3D 1F B 2C 30
Octal 260 130 104 0 62 75 37 13 54 60
Binary 10110000 1011000 1000100 0 110010 111101 11111 1011 101100 110000

Color Harmonies of #B05844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05844

Black with #B05844

Text Example


Text Example

White with #B05844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05844; }

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

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

background-color css

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

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

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

border-color css

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

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

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