Html Css Color HEX #BC6567 Blush

📋 copy color: '#BC6567'

red 188 ◦ green 101 ◦ blue 103

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

Shades of Blush #BC6567

Tints of Blush #BC6567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

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

R = 47.96%
G = 25.77%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6567 (or 0xBC6567) is known color: Blush. HEX triplet: BC, 65 and 67. RGB value is (188,101,103). Sum of RGB (Red+Green+Blue) = 188+101+103=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6567 is #439A98. Grayscale: #7F7F7F. Windows color (decimal): -4430489 or 6776252. OLE color: 6776252.

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

Color convert

RGB 188 101 103 -
CMYK 0 0.46 0.45 0.26
HSL 358.62º 0.39% 0.57% -
HSV(B) 358.62º 0.46% 0.74% -
XYZ 27.84 20.98 15.41 -
YUV 127.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 188 101 103 0 0.46 0.45 0.26 358.62 0.39 0.57
Hex BC 65 67 0 2E 2D 1A 167 27 39
Octal 274 145 147 0 56 55 32 547 47 71
Binary 10111100 1100101 1100111 0 101110 101101 11010 101100111 100111 111001

Color Harmonies of #BC6567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6567

Black with #BC6567

Text Example


Text Example

White with #BC6567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6567; }

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

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

background-color css

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

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

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

border-color css

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

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

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