Html Css Color HEX #BC918B Oriental Pink

📋 copy color: '#BC918B'

red 188 ◦ green 145 ◦ blue 139

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

Shades of Oriental Pink #BC918B

Tints of Oriental Pink #BC918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 39.83%
G = 30.72%
B = 29.45%

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

#BC918B (or 0xBC918B) is known color: Oriental Pink. HEX triplet: BC, 91 and 8B. RGB value is (188,145,139). Sum of RGB (Red+Green+Blue) = 188+145+139=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC918B is #436E74. Grayscale: #9D9D9D. Windows color (decimal): -4419189 or 9146812. OLE color: 9146812.

HSL color Cylindrical-coordinate representation of color #BC918B: hue angle of 7.35º degrees, saturation: 0.27, 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 #BC918B is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 139 -
CMYK 0 0.23 0.26 0.26
HSL 7.35º 0.27% 0.64% -
HSV(B) 7.35º 0.26% 0.74% -
XYZ 35.52 32.81 28.89 -
YUV 157.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 188 145 139 0 0.23 0.26 0.26 7.35 0.27 0.64
Hex BC 91 8B 0 17 1A 1A 7 1B 40
Octal 274 221 213 0 27 32 32 7 33 100
Binary 10111100 10010001 10001011 0 10111 11010 11010 111 11011 1000000

Color Harmonies of #BC918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC918B

Black with #BC918B

Text Example


Text Example

White with #BC918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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