Html Css Color HEX #BDA986 Pavlova

📋 copy color: '#BDA986'

red 189 ◦ green 169 ◦ blue 134

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

Shades of Pavlova #BDA986

Tints of Pavlova #BDA986

RGB

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

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

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

R = 38.41%
G = 34.35%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDA986 (or 0xBDA986) is known color: Pavlova. HEX triplet: BD, A9 and 86. RGB value is (189,169,134). Sum of RGB (Red+Green+Blue) = 189+169+134=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA986 is #425679. Grayscale: #ABABAB. Windows color (decimal): -4347514 or 8825277. OLE color: 8825277.

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

Color convert

RGB 189 169 134 -
CMYK 0 0.11 0.29 0.26
HSL 38.18º 0.29% 0.63% -
HSV(B) 38.18º 0.29% 0.74% -
XYZ 39.48 40.92 28.37 -
YUV 170.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 189 169 134 0 0.11 0.29 0.26 38.18 0.29 0.63
Hex BD A9 86 0 B 1D 1A 26 1D 3F
Octal 275 251 206 0 13 35 32 46 35 77
Binary 10111101 10101001 10000110 0 1011 11101 11010 100110 11101 111111

Color Harmonies of #BDA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA986

Black with #BDA986

Text Example


Text Example

White with #BDA986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA986; }

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

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

background-color css

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

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

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

border-color css

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

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

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