Html Css Color HEX #B06063 Blush

📋 copy color: '#B06063'

red 176 ◦ green 96 ◦ blue 99

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

Shades of Blush #B06063

Tints of Blush #B06063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 47.44%
G = 25.88%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B06063 (or 0xB06063) is known color: Blush. HEX triplet: B0, 60 and 63. RGB value is (176,96,99). Sum of RGB (Red+Green+Blue) = 176+96+99=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B06063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06063 is #4F9F9C. Grayscale: #787878. Windows color (decimal): -5218205 or 6512816. OLE color: 6512816.

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

Color convert

RGB 176 96 99 -
CMYK 0 0.45 0.44 0.31
HSL 357.75º 0.34% 0.53% -
HSV(B) 357.75º 0.45% 0.69% -
XYZ 24.34 18.5 14.09 -
YUV 120.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 176 96 99 0 0.45 0.44 0.31 357.75 0.34 0.53
Hex B0 60 63 0 2D 2C 1F 166 22 35
Octal 260 140 143 0 55 54 37 546 42 65
Binary 10110000 1100000 1100011 0 101101 101100 11111 101100110 100010 110101

Color Harmonies of #B06063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06063

Black with #B06063

Text Example


Text Example

White with #B06063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06063; }

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

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

background-color css

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

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

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

border-color css

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

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

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