Html Css Color HEX #BC8381 Oriental Pink

📋 copy color: '#BC8381'

red 188 ◦ green 131 ◦ blue 129

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

Shades of Oriental Pink #BC8381

Tints of Oriental Pink #BC8381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 41.96%
G = 29.24%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC8381 (or 0xBC8381) is known color: Oriental Pink. HEX triplet: BC, 83 and 81. RGB value is (188,131,129). Sum of RGB (Red+Green+Blue) = 188+131+129=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8381 is #437C7E. Grayscale: #939393. Windows color (decimal): -4422783 or 8487868. OLE color: 8487868.

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

Color convert

RGB 188 131 129 -
CMYK 0 0.30 0.31 0.26
HSL 2.03º 0.31% 0.62% -
HSV(B) 2.03º 0.31% 0.74% -
XYZ 32.82 28.51 24.54 -
YUV 147.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 188 131 129 0 0.30 0.31 0.26 2.03 0.31 0.62
Hex BC 83 81 0 1E 1F 1A 2 1F 3E
Octal 274 203 201 0 36 37 32 2 37 76
Binary 10111100 10000011 10000001 0 11110 11111 11010 10 11111 111110

Color Harmonies of #BC8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8381

Black with #BC8381

Text Example


Text Example

White with #BC8381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8381; }

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

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

background-color css

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

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

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

border-color css

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

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

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