Html Css Color HEX #B05C4E Crail

📋 copy color: '#B05C4E'

red 176 ◦ green 92 ◦ blue 78

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

Shades of Crail #B05C4E

Tints of Crail #B05C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 50.87%
G = 26.59%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B05C4E (or 0xB05C4E) is known color: Crail. HEX triplet: B0, 5C and 4E. RGB value is (176,92,78). Sum of RGB (Red+Green+Blue) = 176+92+78=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C4E is #4FA3B1. Grayscale: #737373. Windows color (decimal): -5219250 or 5135536. OLE color: 5135536.

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

Color convert

RGB 176 92 78 -
CMYK 0 0.48 0.56 0.31
HSL 8.57º 0.39% 0.5% -
HSV(B) 8.57º 0.56% 0.69% -
XYZ 23.11 17.43 9.36 -
YUV 115.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 176 92 78 0 0.48 0.56 0.31 8.57 0.39 0.5
Hex B0 5C 4E 0 30 38 1F 9 27 32
Octal 260 134 116 0 60 70 37 11 47 62
Binary 10110000 1011100 1001110 0 110000 111000 11111 1001 100111 110010

Color Harmonies of #B05C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C4E

Black with #B05C4E

Text Example


Text Example

White with #B05C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C4E; }

 p { color: rgb(176,92,78); }

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

background-color css

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

 a { background-color: rgb(176,92,78); }

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

border-color css

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

 span { border-color: rgb(176,92,78); }

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