Html Css Color HEX #BB6267 Blush

📋 copy color: '#BB6267'

red 187 ◦ green 98 ◦ blue 103

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

Shades of Blush #BB6267

Tints of Blush #BB6267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 48.2%
G = 25.26%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6267 (or 0xBB6267) is known color: Blush. HEX triplet: BB, 62 and 67. RGB value is (187,98,103). Sum of RGB (Red+Green+Blue) = 187+98+103=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6267 is #449D98. Grayscale: #7D7D7D. Windows color (decimal): -4496793 or 6775483. OLE color: 6775483.

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

Color convert

RGB 187 98 103 -
CMYK 0 0.48 0.45 0.27
HSL 356.63º 0.4% 0.56% -
HSV(B) 356.63º 0.48% 0.73% -
XYZ 27.31 20.28 15.31 -
YUV 125.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 187 98 103 0 0.48 0.45 0.27 356.63 0.4 0.56
Hex BB 62 67 0 30 2D 1B 165 28 38
Octal 273 142 147 0 60 55 33 545 50 70
Binary 10111011 1100010 1100111 0 110000 101101 11011 101100101 101000 111000

Color Harmonies of #BB6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6267

Black with #BB6267

Text Example


Text Example

White with #BB6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6267; }

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

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

background-color css

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

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

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

border-color css

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

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

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