Html Css Color HEX #BC6267 Blush

📋 copy color: '#BC6267'

red 188 ◦ green 98 ◦ blue 103

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

Shades of Blush #BC6267

Tints of Blush #BC6267

RGB

 RED value IS 188 (73.83% from 255) = 48.33%

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

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

R = 48.33%
G = 25.19%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6267 (or 0xBC6267) is known color: Blush. HEX triplet: BC, 62 and 67. RGB value is (188,98,103). Sum of RGB (Red+Green+Blue) = 188+98+103=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6267 is #439D98. Grayscale: #7D7D7D. Windows color (decimal): -4431257 or 6775484. OLE color: 6775484.

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

Color convert

RGB 188 98 103 -
CMYK 0 0.48 0.45 0.26
HSL 356.67º 0.4% 0.56% -
HSV(B) 356.67º 0.48% 0.74% -
XYZ 27.55 20.41 15.32 -
YUV 125.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 188 98 103 0 0.48 0.45 0.26 356.67 0.4 0.56
Hex BC 62 67 0 30 2D 1A 165 28 38
Octal 274 142 147 0 60 55 32 545 50 70
Binary 10111100 1100010 1100111 0 110000 101101 11010 101100101 101000 111000

Color Harmonies of #BC6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6267

Black with #BC6267

Text Example


Text Example

White with #BC6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6267; }

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

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

background-color css

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

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

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

border-color css

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

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

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