Html Css Color HEX #BB4467 Blush

📋 copy color: '#BB4467'

red 187 ◦ green 68 ◦ blue 103

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

Shades of Blush #BB4467

Tints of Blush #BB4467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 52.23%
G = 18.99%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB4467 (or 0xBB4467) is known color: Blush. HEX triplet: BB, 44 and 67. RGB value is (187,68,103). Sum of RGB (Red+Green+Blue) = 187+68+103=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4467 is #44BB98. Grayscale: #6B6B6B. Windows color (decimal): -4504473 or 6767803. OLE color: 6767803.

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

Color convert

RGB 187 68 103 -
CMYK 0 0.64 0.45 0.27
HSL 342.35º 0.47% 0.5% -
HSV(B) 342.35º 0.64% 0.73% -
XYZ 25.01 15.68 14.54 -
YUV 107.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 187 68 103 0 0.64 0.45 0.27 342.35 0.47 0.5
Hex BB 44 67 0 40 2D 1B 156 2F 32
Octal 273 104 147 0 100 55 33 526 57 62
Binary 10111011 1000100 1100111 0 1000000 101101 11011 101010110 101111 110010

Color Harmonies of #BB4467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4467

Black with #BB4467

Text Example


Text Example

White with #BB4467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4467; }

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

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

background-color css

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

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

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

border-color css

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

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

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