Html Css Color HEX #BC8781 Oriental Pink

📋 copy color: '#BC8781'

red 188 ◦ green 135 ◦ blue 129

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

Shades of Oriental Pink #BC8781

Tints of Oriental Pink #BC8781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.87%

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

R = 41.59%
G = 29.87%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC8781 (or 0xBC8781) is known color: Oriental Pink. HEX triplet: BC, 87 and 81. RGB value is (188,135,129). Sum of RGB (Red+Green+Blue) = 188+135+129=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8781 is #43787E. Grayscale: #969696. Windows color (decimal): -4421759 or 8488892. OLE color: 8488892.

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

Color convert

RGB 188 135 129 -
CMYK 0 0.28 0.31 0.26
HSL 6.1º 0.31% 0.62% -
HSV(B) 6.1º 0.31% 0.74% -
XYZ 33.37 29.6 24.72 -
YUV 150.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 188 135 129 0 0.28 0.31 0.26 6.1 0.31 0.62
Hex BC 87 81 0 1C 1F 1A 6 1F 3E
Octal 274 207 201 0 34 37 32 6 37 76
Binary 10111100 10000111 10000001 0 11100 11111 11010 110 11111 111110

Color Harmonies of #BC8781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8781

Black with #BC8781

Text Example


Text Example

White with #BC8781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8781; }

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

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

background-color css

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

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

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

border-color css

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

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

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