Html Css Color HEX #BDA785 Pavlova

📋 copy color: '#BDA785'

red 189 ◦ green 167 ◦ blue 133

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

Shades of Pavlova #BDA785

Tints of Pavlova #BDA785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.15%

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

R = 38.65%
G = 34.15%
B = 27.2%

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

#BDA785 (or 0xBDA785) is known color: Pavlova. HEX triplet: BD, A7 and 85. RGB value is (189,167,133). Sum of RGB (Red+Green+Blue) = 189+167+133=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA785 is #42587A. Grayscale: #A9A9A9. Windows color (decimal): -4348027 or 8759229. OLE color: 8759229.

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

Color convert

RGB 189 167 133 -
CMYK 0 0.12 0.30 0.26
HSL 36.43º 0.3% 0.63% -
HSV(B) 36.43º 0.3% 0.74% -
XYZ 39.04 40.15 27.88 -
YUV 169.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 189 167 133 0 0.12 0.30 0.26 36.43 0.3 0.63
Hex BD A7 85 0 C 1E 1A 24 1E 3F
Octal 275 247 205 0 14 36 32 44 36 77
Binary 10111101 10100111 10000101 0 1100 11110 11010 100100 11110 111111

Color Harmonies of #BDA785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA785

Black with #BDA785

Text Example


Text Example

White with #BDA785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA785; }

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

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

background-color css

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

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

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

border-color css

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

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

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