Html Css Color HEX #BD8E89 Oriental Pink

📋 copy color: '#BD8E89'

red 189 ◦ green 142 ◦ blue 137

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

Shades of Oriental Pink #BD8E89

Tints of Oriental Pink #BD8E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.34%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 40.38%
G = 30.34%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD8E89 (or 0xBD8E89) is known color: Oriental Pink. HEX triplet: BD, 8E and 89. RGB value is (189,142,137). Sum of RGB (Red+Green+Blue) = 189+142+137=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E89 is #427176. Grayscale: #9B9B9B. Windows color (decimal): -4354423 or 9014973. OLE color: 9014973.

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

Color convert

RGB 189 142 137 -
CMYK 0 0.25 0.28 0.26
HSL 5.77º 0.28% 0.64% -
HSV(B) 5.77º 0.28% 0.74% -
XYZ 35.17 31.97 27.98 -
YUV 155.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 189 142 137 0 0.25 0.28 0.26 5.77 0.28 0.64
Hex BD 8E 89 0 19 1C 1A 6 1C 40
Octal 275 216 211 0 31 34 32 6 34 100
Binary 10111101 10001110 10001001 0 11001 11100 11010 110 11100 1000000

Color Harmonies of #BD8E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E89

Black with #BD8E89

Text Example


Text Example

White with #BD8E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E89; }

 p { color: rgb(189,142,137); }

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

background-color css

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

 a { background-color: rgb(189,142,137); }

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

border-color css

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

 span { border-color: rgb(189,142,137); }

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