Html Css Color HEX #BC9188 Oriental Pink

📋 copy color: '#BC9188'

red 188 ◦ green 145 ◦ blue 136

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

Shades of Oriental Pink #BC9188

Tints of Oriental Pink #BC9188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29%

R = 40.09%
G = 30.92%
B = 29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC9188 (or 0xBC9188) is known color: Oriental Pink. HEX triplet: BC, 91 and 88. RGB value is (188,145,136). Sum of RGB (Red+Green+Blue) = 188+145+136=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9188 is #436E77. Grayscale: #9C9C9C. Windows color (decimal): -4419192 or 8950204. OLE color: 8950204.

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

Color convert

RGB 188 145 136 -
CMYK 0 0.23 0.28 0.26
HSL 10.38º 0.28% 0.64% -
HSV(B) 10.38º 0.28% 0.74% -
XYZ 35.31 32.72 27.75 -
YUV 156.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 188 145 136 0 0.23 0.28 0.26 10.38 0.28 0.64
Hex BC 91 88 0 17 1C 1A A 1C 40
Octal 274 221 210 0 27 34 32 12 34 100
Binary 10111100 10010001 10001000 0 10111 11100 11010 1010 11100 1000000

Color Harmonies of #BC9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9188

Black with #BC9188

Text Example


Text Example

White with #BC9188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9188; }

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

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

background-color css

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

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

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

border-color css

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

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

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