Html Css Color HEX #BD8B82 Oriental Pink

📋 copy color: '#BD8B82'

red 189 ◦ green 139 ◦ blue 130

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

Shades of Oriental Pink #BD8B82

Tints of Oriental Pink #BD8B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 41.27%
G = 30.35%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD8B82 (or 0xBD8B82) is known color: Oriental Pink. HEX triplet: BD, 8B and 82. RGB value is (189,139,130). Sum of RGB (Red+Green+Blue) = 189+139+130=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B82 is #42747D. Grayscale: #999999. Windows color (decimal): -4355198 or 8555453. OLE color: 8555453.

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

Color convert

RGB 189 139 130 -
CMYK 0 0.26 0.31 0.26
HSL 9.15º 0.31% 0.63% -
HSV(B) 9.15º 0.31% 0.74% -
XYZ 34.25 30.9 25.28 -
YUV 152.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 189 139 130 0 0.26 0.31 0.26 9.15 0.31 0.63
Hex BD 8B 82 0 1A 1F 1A 9 1F 3F
Octal 275 213 202 0 32 37 32 11 37 77
Binary 10111101 10001011 10000010 0 11010 11111 11010 1001 11111 111111

Color Harmonies of #BD8B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B82

Black with #BD8B82

Text Example


Text Example

White with #BD8B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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