Html Css Color HEX #BDA684 Pavlova

📋 copy color: '#BDA684'

red 189 ◦ green 166 ◦ blue 132

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

Shades of Pavlova #BDA684

Tints of Pavlova #BDA684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 38.81%
G = 34.09%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDA684 (or 0xBDA684) is known color: Pavlova. HEX triplet: BD, A6 and 84. RGB value is (189,166,132). Sum of RGB (Red+Green+Blue) = 189+166+132=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA684 is #42597B. Grayscale: #A9A9A9. Windows color (decimal): -4348284 or 8693437. OLE color: 8693437.

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

Color convert

RGB 189 166 132 -
CMYK 0 0.12 0.30 0.26
HSL 35.79º 0.3% 0.63% -
HSV(B) 35.79º 0.3% 0.74% -
XYZ 38.79 39.76 27.46 -
YUV 169 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 189 166 132 0 0.12 0.30 0.26 35.79 0.3 0.63
Hex BD A6 84 0 C 1E 1A 24 1E 3F
Octal 275 246 204 0 14 36 32 44 36 77
Binary 10111101 10100110 10000100 0 1100 11110 11010 100100 11110 111111

Color Harmonies of #BDA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA684

Black with #BDA684

Text Example


Text Example

White with #BDA684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA684; }

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

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

background-color css

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

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

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

border-color css

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

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

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