Html Css Color HEX #B05843 Crail

📋 copy color: '#B05843'

red 176 ◦ green 88 ◦ blue 67

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

Shades of Crail #B05843

Tints of Crail #B05843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 53.17%
G = 26.59%
B = 20.24%

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

#B05843 (or 0xB05843) is known color: Crail. HEX triplet: B0, 58 and 43. RGB value is (176,88,67). Sum of RGB (Red+Green+Blue) = 176+88+67=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B05843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05843 is #4FA7BC. Grayscale: #707070. Windows color (decimal): -5220285 or 4413616. OLE color: 4413616.

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

Color convert

RGB 176 88 67 -
CMYK 0 0.50 0.62 0.31
HSL 11.56º 0.45% 0.48% -
HSV(B) 11.56º 0.62% 0.69% -
XYZ 22.41 16.61 7.34 -
YUV 111.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 176 88 67 0 0.50 0.62 0.31 11.56 0.45 0.48
Hex B0 58 43 0 32 3E 1F C 2D 30
Octal 260 130 103 0 62 76 37 14 55 60
Binary 10110000 1011000 1000011 0 110010 111110 11111 1100 101101 110000

Color Harmonies of #B05843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05843

Black with #B05843

Text Example


Text Example

White with #B05843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05843; }

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

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

background-color css

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

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

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

border-color css

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

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

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