Html Css Color HEX #B05842 Crail

📋 copy color: '#B05842'

red 176 ◦ green 88 ◦ blue 66

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

Shades of Crail #B05842

Tints of Crail #B05842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B05842 (or 0xB05842) is known color: Crail. HEX triplet: B0, 58 and 42. RGB value is (176,88,66). Sum of RGB (Red+Green+Blue) = 176+88+66=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B05842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05842 is #4FA7BD. Grayscale: #6F6F6F. Windows color (decimal): -5220286 or 4348080. OLE color: 4348080.

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

Color convert

RGB 176 88 66 -
CMYK 0 0.50 0.62 0.31
HSL 12º 0.45% 0.47% -
HSV(B) 12º 0.63% 0.69% -
XYZ 22.38 16.6 7.18 -
YUV 111.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 176 88 66 0 0.50 0.62 0.31 12 0.45 0.47
Hex B0 58 42 0 32 3E 1F C 2D 2F
Octal 260 130 102 0 62 76 37 14 55 57
Binary 10110000 1011000 1000010 0 110010 111110 11111 1100 101101 101111

Color Harmonies of #B05842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05842

Black with #B05842

Text Example


Text Example

White with #B05842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05842; }

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

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

background-color css

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

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

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

border-color css

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

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

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