Html Css Color HEX #BC938B Oriental Pink

📋 copy color: '#BC938B'

red 188 ◦ green 147 ◦ blue 139

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

Shades of Oriental Pink #BC938B

Tints of Oriental Pink #BC938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

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

R = 39.66%
G = 31.01%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC938B (or 0xBC938B) is known color: Oriental Pink. HEX triplet: BC, 93 and 8B. RGB value is (188,147,139). Sum of RGB (Red+Green+Blue) = 188+147+139=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC938B is #436C74. Grayscale: #9E9E9E. Windows color (decimal): -4418677 or 9147324. OLE color: 9147324.

HSL color Cylindrical-coordinate representation of color #BC938B: hue angle of 9.8º 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 #BC938B is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 139 -
CMYK 0 0.22 0.26 0.26
HSL 9.8º 0.27% 0.64% -
HSV(B) 9.8º 0.26% 0.74% -
XYZ 35.83 33.42 28.99 -
YUV 158.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 188 147 139 0 0.22 0.26 0.26 9.8 0.27 0.64
Hex BC 93 8B 0 16 1A 1A A 1B 40
Octal 274 223 213 0 26 32 32 12 33 100
Binary 10111100 10010011 10001011 0 10110 11010 11010 1010 11011 1000000

Color Harmonies of #BC938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC938B

Black with #BC938B

Text Example


Text Example

White with #BC938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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