Html Css Color HEX #BDA89D Martini

📋 copy color: '#BDA89D'

red 189 ◦ green 168 ◦ blue 157

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

Shades of Martini #BDA89D

Tints of Martini #BDA89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.68%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 36.77%
G = 32.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDA89D (or 0xBDA89D) is known color: Martini. HEX triplet: BD, A8 and 9D. RGB value is (189,168,157). Sum of RGB (Red+Green+Blue) = 189+168+157=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89D is #425762. Grayscale: #ADADAD. Windows color (decimal): -4347747 or 10332349. OLE color: 10332349.

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

Color convert

RGB 189 168 157 -
CMYK 0 0.11 0.17 0.26
HSL 20.63º 0.2% 0.68% -
HSV(B) 20.63º 0.17% 0.74% -
XYZ 41.07 41.26 37.7 -
YUV 173.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 189 168 157 0 0.11 0.17 0.26 20.63 0.2 0.68
Hex BD A8 9D 0 B 11 1A 15 14 44
Octal 275 250 235 0 13 21 32 25 24 104
Binary 10111101 10101000 10011101 0 1011 10001 11010 10101 10100 1000100

Color Harmonies of #BDA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA89D

Black with #BDA89D

Text Example


Text Example

White with #BDA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA89D; }

 p { color: rgb(189,168,157); }

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

background-color css

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

 a { background-color: rgb(189,168,157); }

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

border-color css

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

 span { border-color: rgb(189,168,157); }

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