Html Css Color HEX #BD8C88 Oriental Pink

📋 copy color: '#BD8C88'

red 189 ◦ green 140 ◦ blue 136

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

Shades of Oriental Pink #BD8C88

Tints of Oriental Pink #BD8C88

RGB

 RED value IS 189 (74.22% from 255) = 40.65%

 GREEN value IS 140 (55.08% from 255) = 30.11%

 BLUE value IS 136 (53.52% from 255) = 29.25%

R = 40.65%
G = 30.11%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD8C88 (or 0xBD8C88) is known color: Oriental Pink. HEX triplet: BD, 8C and 88. RGB value is (189,140,136). Sum of RGB (Red+Green+Blue) = 189+140+136=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C88 is #427377. Grayscale: #9A9A9A. Windows color (decimal): -4354936 or 8948925. OLE color: 8948925.

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

Color convert

RGB 189 140 136 -
CMYK 0 0.26 0.28 0.26
HSL 4.53º 0.29% 0.64% -
HSV(B) 4.53º 0.28% 0.74% -
XYZ 34.81 31.35 27.51 -
YUV 154.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 189 140 136 0 0.26 0.28 0.26 4.53 0.29 0.64
Hex BD 8C 88 0 1A 1C 1A 5 1D 40
Octal 275 214 210 0 32 34 32 5 35 100
Binary 10111101 10001100 10001000 0 11010 11100 11010 101 11101 1000000

Color Harmonies of #BD8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C88

Black with #BD8C88

Text Example


Text Example

White with #BD8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C88; }

 p { color: rgb(189,140,136); }

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

background-color css

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

 a { background-color: rgb(189,140,136); }

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

border-color css

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

 span { border-color: rgb(189,140,136); }

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