Html Css Color HEX #BB6468 Blush

📋 copy color: '#BB6468'

red 187 ◦ green 100 ◦ blue 104

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

Shades of Blush #BB6468

Tints of Blush #BB6468

RGB

 RED value IS 187 (73.44% from 255) = 47.83%

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 47.83%
G = 25.58%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB6468 (or 0xBB6468) is known color: Blush. HEX triplet: BB, 64 and 68. RGB value is (187,100,104). Sum of RGB (Red+Green+Blue) = 187+100+104=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6468 is #449B97. Grayscale: #7E7E7E. Windows color (decimal): -4496280 or 6841531. OLE color: 6841531.

HSL color Cylindrical-coordinate representation of color #BB6468: hue angle of 357.24º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6468 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 104 -
CMYK 0 0.47 0.44 0.27
HSL 357.24º 0.39% 0.56% -
HSV(B) 357.24º 0.47% 0.73% -
XYZ 27.55 20.68 15.64 -
YUV 126.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 187 100 104 0 0.47 0.44 0.27 357.24 0.39 0.56
Hex BB 64 68 0 2F 2C 1B 165 27 38
Octal 273 144 150 0 57 54 33 545 47 70
Binary 10111011 1100100 1101000 0 101111 101100 11011 101100101 100111 111000

Color Harmonies of #BB6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6468

Black with #BB6468

Text Example


Text Example

White with #BB6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6468; }

 p { color: rgb(187,100,104); }

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

background-color css

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

 a { background-color: rgb(187,100,104); }

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

border-color css

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

 span { border-color: rgb(187,100,104); }

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