Html Css Color HEX #BDA989 Pavlova

📋 copy color: '#BDA989'

red 189 ◦ green 169 ◦ blue 137

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

Shades of Pavlova #BDA989

Tints of Pavlova #BDA989

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 38.18%
G = 34.14%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA989 (or 0xBDA989) is known color: Pavlova. HEX triplet: BD, A9 and 89. RGB value is (189,169,137). Sum of RGB (Red+Green+Blue) = 189+169+137=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA989 is #425676. Grayscale: #ABABAB. Windows color (decimal): -4347511 or 9021885. OLE color: 9021885.

HSL color Cylindrical-coordinate representation of color #BDA989: hue angle of 36.92º degrees, saturation: 0.28, 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 #BDA989 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 137 -
CMYK 0 0.11 0.28 0.26
HSL 36.92º 0.28% 0.64% -
HSV(B) 36.92º 0.28% 0.74% -
XYZ 39.69 41 29.49 -
YUV 171.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 189 169 137 0 0.11 0.28 0.26 36.92 0.28 0.64
Hex BD A9 89 0 B 1C 1A 25 1C 40
Octal 275 251 211 0 13 34 32 45 34 100
Binary 10111101 10101001 10001001 0 1011 11100 11010 100101 11100 1000000

Color Harmonies of #BDA989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA989

Black with #BDA989

Text Example


Text Example

White with #BDA989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA989; }

 p { color: rgb(189,169,137); }

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

background-color css

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

 a { background-color: rgb(189,169,137); }

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

border-color css

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

 span { border-color: rgb(189,169,137); }

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