Html Css Color HEX #BDA884 Pavlova

📋 copy color: '#BDA884'

red 189 ◦ green 168 ◦ blue 132

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

Shades of Pavlova #BDA884

Tints of Pavlova #BDA884

RGB

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

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

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

R = 38.65%
G = 34.36%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDA884 (or 0xBDA884) is known color: Pavlova. HEX triplet: BD, A8 and 84. RGB value is (189,168,132). Sum of RGB (Red+Green+Blue) = 189+168+132=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA884 is #42577B. Grayscale: #AAAAAA. Windows color (decimal): -4347772 or 8693949. OLE color: 8693949.

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

Color convert

RGB 189 168 132 -
CMYK 0 0.11 0.30 0.26
HSL 37.89º 0.3% 0.63% -
HSV(B) 37.89º 0.3% 0.74% -
XYZ 39.15 40.49 27.58 -
YUV 170.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 189 168 132 0 0.11 0.30 0.26 37.89 0.3 0.63
Hex BD A8 84 0 B 1E 1A 26 1E 3F
Octal 275 250 204 0 13 36 32 46 36 77
Binary 10111101 10101000 10000100 0 1011 11110 11010 100110 11110 111111

Color Harmonies of #BDA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA884

Black with #BDA884

Text Example


Text Example

White with #BDA884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA884; }

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

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

background-color css

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

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

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

border-color css

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

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

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