Html Css Color HEX #BC928A Oriental Pink

📋 copy color: '#BC928A'

red 188 ◦ green 146 ◦ blue 138

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

Shades of Oriental Pink #BC928A

Tints of Oriental Pink #BC928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

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

R = 39.83%
G = 30.93%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC928A (or 0xBC928A) is known color: Oriental Pink. HEX triplet: BC, 92 and 8A. RGB value is (188,146,138). Sum of RGB (Red+Green+Blue) = 188+146+138=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC928A is #436D75. Grayscale: #9D9D9D. Windows color (decimal): -4418934 or 9081532. OLE color: 9081532.

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

Color convert

RGB 188 146 138 -
CMYK 0 0.22 0.27 0.26
HSL 9.6º 0.27% 0.64% -
HSV(B) 9.6º 0.27% 0.74% -
XYZ 35.61 33.08 28.55 -
YUV 157.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 188 146 138 0 0.22 0.27 0.26 9.6 0.27 0.64
Hex BC 92 8A 0 16 1B 1A A 1B 40
Octal 274 222 212 0 26 33 32 12 33 100
Binary 10111100 10010010 10001010 0 10110 11011 11010 1010 11011 1000000

Color Harmonies of #BC928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC928A

Black with #BC928A

Text Example


Text Example

White with #BC928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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