Html Css Color HEX #B06168 Blush

📋 copy color: '#B06168'

red 176 ◦ green 97 ◦ blue 104

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

Shades of Blush #B06168

Tints of Blush #B06168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 46.68%
G = 25.73%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06168 (or 0xB06168) is known color: Blush. HEX triplet: B0, 61 and 68. RGB value is (176,97,104). Sum of RGB (Red+Green+Blue) = 176+97+104=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06168 is #4F9E97. Grayscale: #797979. Windows color (decimal): -5217944 or 6840752. OLE color: 6840752.

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

Color convert

RGB 176 97 104 -
CMYK 0 0.45 0.41 0.31
HSL 354.68º 0.33% 0.54% -
HSV(B) 354.68º 0.45% 0.69% -
XYZ 24.68 18.78 15.42 -
YUV 121.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 176 97 104 0 0.45 0.41 0.31 354.68 0.33 0.54
Hex B0 61 68 0 2D 29 1F 163 21 36
Octal 260 141 150 0 55 51 37 543 41 66
Binary 10110000 1100001 1101000 0 101101 101001 11111 101100011 100001 110110

Color Harmonies of #B06168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06168

Black with #B06168

Text Example


Text Example

White with #B06168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06168; }

 p { color: rgb(176,97,104); }

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

background-color css

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

 a { background-color: rgb(176,97,104); }

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

border-color css

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

 span { border-color: rgb(176,97,104); }

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