Html Css Color HEX #BB4367 Blush

📋 copy color: '#BB4367'

red 187 ◦ green 67 ◦ blue 103

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

Shades of Blush #BB4367

Tints of Blush #BB4367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

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

R = 52.38%
G = 18.77%
B = 28.85%

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

#BB4367 (or 0xBB4367) is known color: Blush. HEX triplet: BB, 43 and 67. RGB value is (187,67,103). Sum of RGB (Red+Green+Blue) = 187+67+103=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4367 is #44BC98. Grayscale: #6A6A6A. Windows color (decimal): -4504729 or 6767547. OLE color: 6767547.

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

Color convert

RGB 187 67 103 -
CMYK 0 0.64 0.45 0.27
HSL 342º 0.47% 0.5% -
HSV(B) 342º 0.64% 0.73% -
XYZ 24.95 15.56 14.52 -
YUV 106.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 187 67 103 0 0.64 0.45 0.27 342 0.47 0.5
Hex BB 43 67 0 40 2D 1B 156 2F 32
Octal 273 103 147 0 100 55 33 526 57 62
Binary 10111011 1000011 1100111 0 1000000 101101 11011 101010110 101111 110010

Color Harmonies of #BB4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4367

Black with #BB4367

Text Example


Text Example

White with #BB4367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4367; }

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

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

background-color css

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

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

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

border-color css

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

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

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