Html Css Color HEX #BDA685 Pavlova

📋 copy color: '#BDA685'

red 189 ◦ green 166 ◦ blue 133

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

Shades of Pavlova #BDA685

Tints of Pavlova #BDA685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 38.73%
G = 34.02%
B = 27.25%

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

#BDA685 (or 0xBDA685) is known color: Pavlova. HEX triplet: BD, A6 and 85. RGB value is (189,166,133). Sum of RGB (Red+Green+Blue) = 189+166+133=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA685 is #42597A. Grayscale: #A9A9A9. Windows color (decimal): -4348283 or 8758973. OLE color: 8758973.

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

Color convert

RGB 189 166 133 -
CMYK 0 0.12 0.30 0.26
HSL 35.36º 0.3% 0.63% -
HSV(B) 35.36º 0.3% 0.74% -
XYZ 38.86 39.78 27.82 -
YUV 169.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 189 166 133 0 0.12 0.30 0.26 35.36 0.3 0.63
Hex BD A6 85 0 C 1E 1A 23 1E 3F
Octal 275 246 205 0 14 36 32 43 36 77
Binary 10111101 10100110 10000101 0 1100 11110 11010 100011 11110 111111

Color Harmonies of #BDA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA685

Black with #BDA685

Text Example


Text Example

White with #BDA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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