Html Css Color HEX #B05441 Crail

📋 copy color: '#B05441'

red 176 ◦ green 84 ◦ blue 65

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

Shades of Crail #B05441

Tints of Crail #B05441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 54.15%
G = 25.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B05441 (or 0xB05441) is known color: Crail. HEX triplet: B0, 54 and 41. RGB value is (176,84,65). Sum of RGB (Red+Green+Blue) = 176+84+65=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05441 is #4FABBE. Grayscale: #6D6D6D. Windows color (decimal): -5221311 or 4281520. OLE color: 4281520.

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

Color convert

RGB 176 84 65 -
CMYK 0 0.52 0.63 0.31
HSL 10.27º 0.46% 0.47% -
HSV(B) 10.27º 0.63% 0.69% -
XYZ 22.03 15.95 6.92 -
YUV 109.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 176 84 65 0 0.52 0.63 0.31 10.27 0.46 0.47
Hex B0 54 41 0 34 3F 1F A 2E 2F
Octal 260 124 101 0 64 77 37 12 56 57
Binary 10110000 1010100 1000001 0 110100 111111 11111 1010 101110 101111

Color Harmonies of #B05441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05441

Black with #B05441

Text Example


Text Example

White with #B05441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05441; }

 p { color: rgb(176,84,65); }

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

background-color css

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

 a { background-color: rgb(176,84,65); }

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

border-color css

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

 span { border-color: rgb(176,84,65); }

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