Html Css Color HEX #BD8B85 Oriental Pink

📋 copy color: '#BD8B85'

red 189 ◦ green 139 ◦ blue 133

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

Shades of Oriental Pink #BD8B85

Tints of Oriental Pink #BD8B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

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

R = 41%
G = 30.15%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD8B85 (or 0xBD8B85) is known color: Oriental Pink. HEX triplet: BD, 8B and 85. RGB value is (189,139,133). Sum of RGB (Red+Green+Blue) = 189+139+133=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B85 is #42747A. Grayscale: #999999. Windows color (decimal): -4355195 or 8752061. OLE color: 8752061.

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

Color convert

RGB 189 139 133 -
CMYK 0 0.26 0.30 0.26
HSL 6.43º 0.3% 0.63% -
HSV(B) 6.43º 0.3% 0.74% -
XYZ 34.45 30.98 26.35 -
YUV 153.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 189 139 133 0 0.26 0.30 0.26 6.43 0.3 0.63
Hex BD 8B 85 0 1A 1E 1A 6 1E 3F
Octal 275 213 205 0 32 36 32 6 36 77
Binary 10111101 10001011 10000101 0 11010 11110 11010 110 11110 111111

Color Harmonies of #BD8B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B85

Black with #BD8B85

Text Example


Text Example

White with #BD8B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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