Html Css Color HEX #BD8A84 Oriental Pink

📋 copy color: '#BD8A84'

red 189 ◦ green 138 ◦ blue 132

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

Shades of Oriental Pink #BD8A84

Tints of Oriental Pink #BD8A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 132 (51.95% from 255) = 28.76%

R = 41.18%
G = 30.07%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD8A84 (or 0xBD8A84) is known color: Oriental Pink. HEX triplet: BD, 8A and 84. RGB value is (189,138,132). Sum of RGB (Red+Green+Blue) = 189+138+132=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A84 is #42757B. Grayscale: #989898. Windows color (decimal): -4355452 or 8686269. OLE color: 8686269.

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

Color convert

RGB 189 138 132 -
CMYK 0 0.27 0.30 0.26
HSL 6.32º 0.3% 0.63% -
HSV(B) 6.32º 0.3% 0.74% -
XYZ 34.24 30.66 25.94 -
YUV 152.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 189 138 132 0 0.27 0.30 0.26 6.32 0.3 0.63
Hex BD 8A 84 0 1B 1E 1A 6 1E 3F
Octal 275 212 204 0 33 36 32 6 36 77
Binary 10111101 10001010 10000100 0 11011 11110 11010 110 11110 111111

Color Harmonies of #BD8A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A84

Black with #BD8A84

Text Example


Text Example

White with #BD8A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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