Html Css Color HEX #BC8683 Oriental Pink

📋 copy color: '#BC8683'

red 188 ◦ green 134 ◦ blue 131

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

Shades of Oriental Pink #BC8683

Tints of Oriental Pink #BC8683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 41.5%
G = 29.58%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC8683 (or 0xBC8683) is known color: Oriental Pink. HEX triplet: BC, 86 and 83. RGB value is (188,134,131). Sum of RGB (Red+Green+Blue) = 188+134+131=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8683 is #43797C. Grayscale: #959595. Windows color (decimal): -4422013 or 8619708. OLE color: 8619708.

HSL color Cylindrical-coordinate representation of color #BC8683: hue angle of 3.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8683 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 134 131 -
CMYK 0 0.29 0.30 0.26
HSL 3.16º 0.3% 0.63% -
HSV(B) 3.16º 0.3% 0.74% -
XYZ 33.36 29.38 25.39 -
YUV 149.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 188 134 131 0 0.29 0.30 0.26 3.16 0.3 0.63
Hex BC 86 83 0 1D 1E 1A 3 1E 3F
Octal 274 206 203 0 35 36 32 3 36 77
Binary 10111100 10000110 10000011 0 11101 11110 11010 11 11110 111111

Color Harmonies of #BC8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8683

Black with #BC8683

Text Example


Text Example

White with #BC8683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8683; }

 p { color: rgb(188,134,131); }

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

background-color css

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

 a { background-color: rgb(188,134,131); }

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

border-color css

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

 span { border-color: rgb(188,134,131); }

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