Html Css Color HEX #BC9089 Oriental Pink

📋 copy color: '#BC9089'

red 188 ◦ green 144 ◦ blue 137

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

Shades of Oriental Pink #BC9089

Tints of Oriental Pink #BC9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 40.09%
G = 30.7%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC9089 (or 0xBC9089) is known color: Oriental Pink. HEX triplet: BC, 90 and 89. RGB value is (188,144,137). Sum of RGB (Red+Green+Blue) = 188+144+137=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9089 is #436F76. Grayscale: #9C9C9C. Windows color (decimal): -4419447 or 9015484. OLE color: 9015484.

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

Color convert

RGB 188 144 137 -
CMYK 0 0.23 0.27 0.26
HSL 8.24º 0.28% 0.64% -
HSV(B) 8.24º 0.27% 0.74% -
XYZ 35.23 32.44 28.07 -
YUV 156.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 188 144 137 0 0.23 0.27 0.26 8.24 0.28 0.64
Hex BC 90 89 0 17 1B 1A 8 1C 40
Octal 274 220 211 0 27 33 32 10 34 100
Binary 10111100 10010000 10001001 0 10111 11011 11010 1000 11100 1000000

Color Harmonies of #BC9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9089

Black with #BC9089

Text Example


Text Example

White with #BC9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9089; }

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

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

background-color css

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

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

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

border-color css

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

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

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