Html Css Color HEX #BC908A Oriental Pink

📋 copy color: '#BC908A'

red 188 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #BC908A

Tints of Oriental Pink #BC908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 40%
G = 30.64%
B = 29.36%

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

#BC908A (or 0xBC908A) is known color: Oriental Pink. HEX triplet: BC, 90 and 8A. RGB value is (188,144,138). Sum of RGB (Red+Green+Blue) = 188+144+138=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908A is #436F75. Grayscale: #9C9C9C. Windows color (decimal): -4419446 or 9081020. OLE color: 9081020.

HSL color Cylindrical-coordinate representation of color #BC908A: hue angle of 7.2º degrees, saturation: 0.27, 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 #BC908A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 138 -
CMYK 0 0.23 0.27 0.26
HSL 7.2º 0.27% 0.64% -
HSV(B) 7.2º 0.27% 0.74% -
XYZ 35.3 32.47 28.45 -
YUV 156.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 188 144 138 0 0.23 0.27 0.26 7.2 0.27 0.64
Hex BC 90 8A 0 17 1B 1A 7 1B 40
Octal 274 220 212 0 27 33 32 7 33 100
Binary 10111100 10010000 10001010 0 10111 11011 11010 111 11011 1000000

Color Harmonies of #BC908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC908A

Black with #BC908A

Text Example


Text Example

White with #BC908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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