Html Css Color HEX #BB6366 Blush

📋 copy color: '#BB6366'

red 187 ◦ green 99 ◦ blue 102

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

Shades of Blush #BB6366

Tints of Blush #BB6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 48.2%
G = 25.52%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6366 (or 0xBB6366) is known color: Blush. HEX triplet: BB, 63 and 66. RGB value is (187,99,102). Sum of RGB (Red+Green+Blue) = 187+99+102=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6366 is #449C99. Grayscale: #7D7D7D. Windows color (decimal): -4496538 or 6710203. OLE color: 6710203.

HSL color Cylindrical-coordinate representation of color #BB6366: hue angle of 357.95º 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 #BB6366 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 102 -
CMYK 0 0.47 0.45 0.27
HSL 357.95º 0.39% 0.56% -
HSV(B) 357.95º 0.47% 0.73% -
XYZ 27.35 20.45 15.08 -
YUV 125.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 187 99 102 0 0.47 0.45 0.27 357.95 0.39 0.56
Hex BB 63 66 0 2F 2D 1B 166 27 38
Octal 273 143 146 0 57 55 33 546 47 70
Binary 10111011 1100011 1100110 0 101111 101101 11011 101100110 100111 111000

Color Harmonies of #BB6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6366

Black with #BB6366

Text Example


Text Example

White with #BB6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6366; }

 p { color: rgb(187,99,102); }

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

background-color css

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

 a { background-color: rgb(187,99,102); }

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

border-color css

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

 span { border-color: rgb(187,99,102); }

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