Html Css Color HEX #BC8985 Oriental Pink

📋 copy color: '#BC8985'

red 188 ◦ green 137 ◦ blue 133

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

Shades of Oriental Pink #BC8985

Tints of Oriental Pink #BC8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 41.05%
G = 29.91%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC8985 (or 0xBC8985) is known color: Oriental Pink. HEX triplet: BC, 89 and 85. RGB value is (188,137,133). Sum of RGB (Red+Green+Blue) = 188+137+133=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8985 is #43767A. Grayscale: #979797. Windows color (decimal): -4421243 or 8751548. OLE color: 8751548.

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

Color convert

RGB 188 137 133 -
CMYK 0 0.27 0.29 0.26
HSL 4.36º 0.29% 0.63% -
HSV(B) 4.36º 0.29% 0.74% -
XYZ 33.92 30.28 26.25 -
YUV 151.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 188 137 133 0 0.27 0.29 0.26 4.36 0.29 0.63
Hex BC 89 85 0 1B 1D 1A 4 1D 3F
Octal 274 211 205 0 33 35 32 4 35 77
Binary 10111100 10001001 10000101 0 11011 11101 11010 100 11101 111111

Color Harmonies of #BC8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8985

Black with #BC8985

Text Example


Text Example

White with #BC8985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8985; }

 p { color: rgb(188,137,133); }

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

background-color css

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

 a { background-color: rgb(188,137,133); }

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

border-color css

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

 span { border-color: rgb(188,137,133); }

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