Html Css Color HEX #BB6268 Blush

📋 copy color: '#BB6268'

red 187 ◦ green 98 ◦ blue 104

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

Shades of Blush #BB6268

Tints of Blush #BB6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

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

R = 48.07%
G = 25.19%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB6268 (or 0xBB6268) is known color: Blush. HEX triplet: BB, 62 and 68. RGB value is (187,98,104). Sum of RGB (Red+Green+Blue) = 187+98+104=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6268 is #449D97. Grayscale: #7D7D7D. Windows color (decimal): -4496792 or 6841019. OLE color: 6841019.

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

Color convert

RGB 187 98 104 -
CMYK 0 0.48 0.44 0.27
HSL 355.96º 0.4% 0.56% -
HSV(B) 355.96º 0.48% 0.73% -
XYZ 27.36 20.3 15.57 -
YUV 125.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 187 98 104 0 0.48 0.44 0.27 355.96 0.4 0.56
Hex BB 62 68 0 30 2C 1B 164 28 38
Octal 273 142 150 0 60 54 33 544 50 70
Binary 10111011 1100010 1101000 0 110000 101100 11011 101100100 101000 111000

Color Harmonies of #BB6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6268

Black with #BB6268

Text Example


Text Example

White with #BB6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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