Html Css Color HEX #BB6064 Blush

📋 copy color: '#BB6064'

red 187 ◦ green 96 ◦ blue 100

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

Shades of Blush #BB6064

Tints of Blush #BB6064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 48.83%
G = 25.07%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB6064 (or 0xBB6064) is known color: Blush. HEX triplet: BB, 60 and 64. RGB value is (187,96,100). Sum of RGB (Red+Green+Blue) = 187+96+100=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6064 is #449F9B. Grayscale: #7B7B7B. Windows color (decimal): -4497308 or 6578363. OLE color: 6578363.

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

Color convert

RGB 187 96 100 -
CMYK 0 0.49 0.47 0.27
HSL 357.36º 0.4% 0.55% -
HSV(B) 357.36º 0.49% 0.73% -
XYZ 26.98 19.85 14.47 -
YUV 123.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 187 96 100 0 0.49 0.47 0.27 357.36 0.4 0.55
Hex BB 60 64 0 31 2F 1B 165 28 37
Octal 273 140 144 0 61 57 33 545 50 67
Binary 10111011 1100000 1100100 0 110001 101111 11011 101100101 101000 110111

Color Harmonies of #BB6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6064

Black with #BB6064

Text Example


Text Example

White with #BB6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6064; }

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

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

background-color css

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

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

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

border-color css

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

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

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