Html Css Color HEX #BD8C82 Oriental Pink

📋 copy color: '#BD8C82'

red 189 ◦ green 140 ◦ blue 130

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

Shades of Oriental Pink #BD8C82

Tints of Oriental Pink #BD8C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

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

R = 41.18%
G = 30.5%
B = 28.32%

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

#BD8C82 (or 0xBD8C82) is known color: Oriental Pink. HEX triplet: BD, 8C and 82. RGB value is (189,140,130). Sum of RGB (Red+Green+Blue) = 189+140+130=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C82 is #42737D. Grayscale: #999999. Windows color (decimal): -4354942 or 8555709. OLE color: 8555709.

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

Color convert

RGB 189 140 130 -
CMYK 0 0.26 0.31 0.26
HSL 10.17º 0.31% 0.63% -
HSV(B) 10.17º 0.31% 0.74% -
XYZ 34.39 31.19 25.33 -
YUV 153.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 189 140 130 0 0.26 0.31 0.26 10.17 0.31 0.63
Hex BD 8C 82 0 1A 1F 1A A 1F 3F
Octal 275 214 202 0 32 37 32 12 37 77
Binary 10111101 10001100 10000010 0 11010 11111 11010 1010 11111 111111

Color Harmonies of #BD8C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C82

Black with #BD8C82

Text Example


Text Example

White with #BD8C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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