Html Css Color HEX #BB6367 Blush

📋 copy color: '#BB6367'

red 187 ◦ green 99 ◦ blue 103

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

Shades of Blush #BB6367

Tints of Blush #BB6367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

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

R = 48.07%
G = 25.45%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6367 (or 0xBB6367) is known color: Blush. HEX triplet: BB, 63 and 67. RGB value is (187,99,103). Sum of RGB (Red+Green+Blue) = 187+99+103=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6367 is #449C98. Grayscale: #7D7D7D. Windows color (decimal): -4496537 or 6775739. OLE color: 6775739.

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

Color convert

RGB 187 99 103 -
CMYK 0 0.47 0.45 0.27
HSL 357.27º 0.39% 0.56% -
HSV(B) 357.27º 0.47% 0.73% -
XYZ 27.4 20.47 15.34 -
YUV 125.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 187 99 103 0 0.47 0.45 0.27 357.27 0.39 0.56
Hex BB 63 67 0 2F 2D 1B 165 27 38
Octal 273 143 147 0 57 55 33 545 47 70
Binary 10111011 1100011 1100111 0 101111 101101 11011 101100101 100111 111000

Color Harmonies of #BB6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6367

Black with #BB6367

Text Example


Text Example

White with #BB6367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6367; }

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

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

background-color css

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

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

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

border-color css

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

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

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