Html Css Color HEX #BC918C Oriental Pink

📋 copy color: '#BC918C'

red 188 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #BC918C

Tints of Oriental Pink #BC918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 39.75%
G = 30.66%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC918C (or 0xBC918C) is known color: Oriental Pink. HEX triplet: BC, 91 and 8C. RGB value is (188,145,140). Sum of RGB (Red+Green+Blue) = 188+145+140=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC918C is #436E73. Grayscale: #9D9D9D. Windows color (decimal): -4419188 or 9212348. OLE color: 9212348.

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

Color convert

RGB 188 145 140 -
CMYK 0 0.23 0.26 0.26
HSL 6.25º 0.26% 0.64% -
HSV(B) 6.25º 0.26% 0.74% -
XYZ 35.6 32.84 29.27 -
YUV 157.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 188 145 140 0 0.23 0.26 0.26 6.25 0.26 0.64
Hex BC 91 8C 0 17 1A 1A 6 1A 40
Octal 274 221 214 0 27 32 32 6 32 100
Binary 10111100 10010001 10001100 0 10111 11010 11010 110 11010 1000000

Color Harmonies of #BC918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC918C

Black with #BC918C

Text Example


Text Example

White with #BC918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC918C; }

 p { color: rgb(188,145,140); }

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

background-color css

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

 a { background-color: rgb(188,145,140); }

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

border-color css

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

 span { border-color: rgb(188,145,140); }

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