Html Css Color HEX #BC908B Oriental Pink

📋 copy color: '#BC908B'

red 188 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #BC908B

Tints of Oriental Pink #BC908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 39.92%
G = 30.57%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC908B (or 0xBC908B) is known color: Oriental Pink. HEX triplet: BC, 90 and 8B. RGB value is (188,144,139). Sum of RGB (Red+Green+Blue) = 188+144+139=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908B is #436F74. Grayscale: #9C9C9C. Windows color (decimal): -4419445 or 9146556. OLE color: 9146556.

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

Color convert

RGB 188 144 139 -
CMYK 0 0.23 0.26 0.26
HSL 6.12º 0.27% 0.64% -
HSV(B) 6.12º 0.26% 0.74% -
XYZ 35.37 32.5 28.84 -
YUV 156.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 188 144 139 0 0.23 0.26 0.26 6.12 0.27 0.64
Hex BC 90 8B 0 17 1A 1A 6 1B 40
Octal 274 220 213 0 27 32 32 6 33 100
Binary 10111100 10010000 10001011 0 10111 11010 11010 110 11011 1000000

Color Harmonies of #BC908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC908B

Black with #BC908B

Text Example


Text Example

White with #BC908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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