Html Css Color HEX #BD8A85 Oriental Pink

📋 copy color: '#BD8A85'

red 189 ◦ green 138 ◦ blue 133

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

Shades of Oriental Pink #BD8A85

Tints of Oriental Pink #BD8A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 41.09%
G = 30%
B = 28.91%

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

#BD8A85 (or 0xBD8A85) is known color: Oriental Pink. HEX triplet: BD, 8A and 85. RGB value is (189,138,133). Sum of RGB (Red+Green+Blue) = 189+138+133=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A85 is #42757A. Grayscale: #989898. Windows color (decimal): -4355451 or 8751805. OLE color: 8751805.

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

Color convert

RGB 189 138 133 -
CMYK 0 0.27 0.30 0.26
HSL 5.36º 0.3% 0.63% -
HSV(B) 5.36º 0.3% 0.74% -
XYZ 34.31 30.69 26.31 -
YUV 152.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 189 138 133 0 0.27 0.30 0.26 5.36 0.3 0.63
Hex BD 8A 85 0 1B 1E 1A 5 1E 3F
Octal 275 212 205 0 33 36 32 5 36 77
Binary 10111101 10001010 10000101 0 11011 11110 11010 101 11110 111111

Color Harmonies of #BD8A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A85

Black with #BD8A85

Text Example


Text Example

White with #BD8A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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