Html Css Color HEX #BD8D8A Oriental Pink

📋 copy color: '#BD8D8A'

red 189 ◦ green 141 ◦ blue 138

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

Shades of Oriental Pink #BD8D8A

Tints of Oriental Pink #BD8D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 40.38%
G = 30.13%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD8D8A (or 0xBD8D8A) is known color: Oriental Pink. HEX triplet: BD, 8D and 8A. RGB value is (189,141,138). Sum of RGB (Red+Green+Blue) = 189+141+138=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D8A is #427275. Grayscale: #9B9B9B. Windows color (decimal): -4354678 or 9080253. OLE color: 9080253.

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

Color convert

RGB 189 141 138 -
CMYK 0 0.25 0.27 0.26
HSL 3.53º 0.28% 0.64% -
HSV(B) 3.53º 0.27% 0.74% -
XYZ 35.1 31.7 28.31 -
YUV 155.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 189 141 138 0 0.25 0.27 0.26 3.53 0.28 0.64
Hex BD 8D 8A 0 19 1B 1A 4 1C 40
Octal 275 215 212 0 31 33 32 4 34 100
Binary 10111101 10001101 10001010 0 11001 11011 11010 100 11100 1000000

Color Harmonies of #BD8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D8A

Black with #BD8D8A

Text Example


Text Example

White with #BD8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D8A; }

 p { color: rgb(189,141,138); }

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

background-color css

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

 a { background-color: rgb(189,141,138); }

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

border-color css

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

 span { border-color: rgb(189,141,138); }

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