Html Css Color HEX #BC8684 Oriental Pink

📋 copy color: '#BC8684'

red 188 ◦ green 134 ◦ blue 132

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

Shades of Oriental Pink #BC8684

Tints of Oriental Pink #BC8684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 41.41%
G = 29.52%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC8684 (or 0xBC8684) is known color: Oriental Pink. HEX triplet: BC, 86 and 84. RGB value is (188,134,132). Sum of RGB (Red+Green+Blue) = 188+134+132=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8684 is #43797B. Grayscale: #959595. Windows color (decimal): -4422012 or 8685244. OLE color: 8685244.

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

Color convert

RGB 188 134 132 -
CMYK 0 0.29 0.30 0.26
HSL 2.14º 0.29% 0.63% -
HSV(B) 2.14º 0.3% 0.74% -
XYZ 33.43 29.41 25.74 -
YUV 149.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 188 134 132 0 0.29 0.30 0.26 2.14 0.29 0.63
Hex BC 86 84 0 1D 1E 1A 2 1D 3F
Octal 274 206 204 0 35 36 32 2 35 77
Binary 10111100 10000110 10000100 0 11101 11110 11010 10 11101 111111

Color Harmonies of #BC8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8684

Black with #BC8684

Text Example


Text Example

White with #BC8684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8684; }

 p { color: rgb(188,134,132); }

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

background-color css

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

 a { background-color: rgb(188,134,132); }

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

border-color css

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

 span { border-color: rgb(188,134,132); }

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