Html Css Color HEX #BDA687 Pavlova

📋 copy color: '#BDA687'

red 189 ◦ green 166 ◦ blue 135

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

Shades of Pavlova #BDA687

Tints of Pavlova #BDA687

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.88%

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 38.57%
G = 33.88%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDA687 (or 0xBDA687) is known color: Pavlova. HEX triplet: BD, A6 and 87. RGB value is (189,166,135). Sum of RGB (Red+Green+Blue) = 189+166+135=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA687 is #425978. Grayscale: #A9A9A9. Windows color (decimal): -4348281 or 8890045. OLE color: 8890045.

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

Color convert

RGB 189 166 135 -
CMYK 0 0.12 0.29 0.26
HSL 34.44º 0.29% 0.64% -
HSV(B) 34.44º 0.29% 0.74% -
XYZ 39 39.84 28.56 -
YUV 169.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 189 166 135 0 0.12 0.29 0.26 34.44 0.29 0.64
Hex BD A6 87 0 C 1D 1A 22 1D 40
Octal 275 246 207 0 14 35 32 42 35 100
Binary 10111101 10100110 10000111 0 1100 11101 11010 100010 11101 1000000

Color Harmonies of #BDA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA687

Black with #BDA687

Text Example


Text Example

White with #BDA687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA687; }

 p { color: rgb(189,166,135); }

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

background-color css

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

 a { background-color: rgb(189,166,135); }

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

border-color css

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

 span { border-color: rgb(189,166,135); }

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