Html Css Color HEX #BC8B88 Oriental Pink

📋 copy color: '#BC8B88'

red 188 ◦ green 139 ◦ blue 136

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

Shades of Oriental Pink #BC8B88

Tints of Oriental Pink #BC8B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

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

R = 40.6%
G = 30.02%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC8B88 (or 0xBC8B88) is known color: Oriental Pink. HEX triplet: BC, 8B and 88. RGB value is (188,139,136). Sum of RGB (Red+Green+Blue) = 188+139+136=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B88 is #437477. Grayscale: #999999. Windows color (decimal): -4420728 or 8948668. OLE color: 8948668.

HSL color Cylindrical-coordinate representation of color #BC8B88: hue angle of 3.46º 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 #BC8B88 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 136 -
CMYK 0 0.26 0.28 0.26
HSL 3.46º 0.28% 0.64% -
HSV(B) 3.46º 0.28% 0.74% -
XYZ 34.42 30.93 27.45 -
YUV 153.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 188 139 136 0 0.26 0.28 0.26 3.46 0.28 0.64
Hex BC 8B 88 0 1A 1C 1A 3 1C 40
Octal 274 213 210 0 32 34 32 3 34 100
Binary 10111100 10001011 10001000 0 11010 11100 11010 11 11100 1000000

Color Harmonies of #BC8B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B88

Black with #BC8B88

Text Example


Text Example

White with #BC8B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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