Html Css Color HEX #BD8A88 Oriental Pink

📋 copy color: '#BD8A88'

red 189 ◦ green 138 ◦ blue 136

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

Shades of Oriental Pink #BD8A88

Tints of Oriental Pink #BD8A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.37%

R = 40.82%
G = 29.81%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD8A88 (or 0xBD8A88) is known color: Oriental Pink. HEX triplet: BD, 8A and 88. RGB value is (189,138,136). Sum of RGB (Red+Green+Blue) = 189+138+136=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A88 is #427577. Grayscale: #999999. Windows color (decimal): -4355448 or 8948413. OLE color: 8948413.

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

Color convert

RGB 189 138 136 -
CMYK 0 0.27 0.28 0.26
HSL 2.26º 0.29% 0.64% -
HSV(B) 2.26º 0.28% 0.74% -
XYZ 34.52 30.77 27.41 -
YUV 153.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 189 138 136 0 0.27 0.28 0.26 2.26 0.29 0.64
Hex BD 8A 88 0 1B 1C 1A 2 1D 40
Octal 275 212 210 0 33 34 32 2 35 100
Binary 10111101 10001010 10001000 0 11011 11100 11010 10 11101 1000000

Color Harmonies of #BD8A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A88

Black with #BD8A88

Text Example


Text Example

White with #BD8A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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