Html Css Color HEX #B06053 Crail

📋 copy color: '#B06053'

red 176 ◦ green 96 ◦ blue 83

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

Shades of Crail #B06053

Tints of Crail #B06053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 49.58%
G = 27.04%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B06053 (or 0xB06053) is known color: Crail. HEX triplet: B0, 60 and 53. RGB value is (176,96,83). Sum of RGB (Red+Green+Blue) = 176+96+83=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B06053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06053 is #4F9FAC. Grayscale: #767676. Windows color (decimal): -5218221 or 5464240. OLE color: 5464240.

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

Color convert

RGB 176 96 83 -
CMYK 0 0.45 0.53 0.31
HSL 8.39º 0.37% 0.51% -
HSV(B) 8.39º 0.53% 0.69% -
XYZ 23.65 18.22 10.45 -
YUV 118.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 176 96 83 0 0.45 0.53 0.31 8.39 0.37 0.51
Hex B0 60 53 0 2D 35 1F 8 25 33
Octal 260 140 123 0 55 65 37 10 45 63
Binary 10110000 1100000 1010011 0 101101 110101 11111 1000 100101 110011

Color Harmonies of #B06053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06053

Black with #B06053

Text Example


Text Example

White with #B06053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06053; }

 p { color: rgb(176,96,83); }

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

background-color css

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

 a { background-color: rgb(176,96,83); }

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

border-color css

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

 span { border-color: rgb(176,96,83); }

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