Html Css Color HEX #BDA686 Pavlova

📋 copy color: '#BDA686'

red 189 ◦ green 166 ◦ blue 134

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

Shades of Pavlova #BDA686

Tints of Pavlova #BDA686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 38.65%
G = 33.95%
B = 27.4%

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

#BDA686 (or 0xBDA686) is known color: Pavlova. HEX triplet: BD, A6 and 86. RGB value is (189,166,134). Sum of RGB (Red+Green+Blue) = 189+166+134=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA686 is #425979. Grayscale: #A9A9A9. Windows color (decimal): -4348282 or 8824509. OLE color: 8824509.

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

Color convert

RGB 189 166 134 -
CMYK 0 0.12 0.29 0.26
HSL 34.91º 0.29% 0.63% -
HSV(B) 34.91º 0.29% 0.74% -
XYZ 38.93 39.81 28.19 -
YUV 169.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 189 166 134 0 0.12 0.29 0.26 34.91 0.29 0.63
Hex BD A6 86 0 C 1D 1A 23 1D 3F
Octal 275 246 206 0 14 35 32 43 35 77
Binary 10111101 10100110 10000110 0 1100 11101 11010 100011 11101 111111

Color Harmonies of #BDA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA686

Black with #BDA686

Text Example


Text Example

White with #BDA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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