Html Css Color HEX #BB6069 Blush

📋 copy color: '#BB6069'

red 187 ◦ green 96 ◦ blue 105

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

Shades of Blush #BB6069

Tints of Blush #BB6069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 48.2%
G = 24.74%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB6069 (or 0xBB6069) is known color: Blush. HEX triplet: BB, 60 and 69. RGB value is (187,96,105). Sum of RGB (Red+Green+Blue) = 187+96+105=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6069 is #449F96. Grayscale: #7C7C7C. Windows color (decimal): -4497303 or 6906043. OLE color: 6906043.

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

Color convert

RGB 187 96 105 -
CMYK 0 0.49 0.44 0.27
HSL 354.07º 0.4% 0.55% -
HSV(B) 354.07º 0.49% 0.73% -
XYZ 27.23 19.95 15.78 -
YUV 124.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 187 96 105 0 0.49 0.44 0.27 354.07 0.4 0.55
Hex BB 60 69 0 31 2C 1B 162 28 37
Octal 273 140 151 0 61 54 33 542 50 67
Binary 10111011 1100000 1101001 0 110001 101100 11011 101100010 101000 110111

Color Harmonies of #BB6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6069

Black with #BB6069

Text Example


Text Example

White with #BB6069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6069; }

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

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

background-color css

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

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

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

border-color css

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

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

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