Html Css Color HEX #BDA585 Pavlova

📋 copy color: '#BDA585'

red 189 ◦ green 165 ◦ blue 133

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

Shades of Pavlova #BDA585

Tints of Pavlova #BDA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

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

R = 38.81%
G = 33.88%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDA585 (or 0xBDA585) is known color: Pavlova. HEX triplet: BD, A5 and 85. RGB value is (189,165,133). Sum of RGB (Red+Green+Blue) = 189+165+133=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA585 is #425A7A. Grayscale: #A8A8A8. Windows color (decimal): -4348539 or 8758717. OLE color: 8758717.

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

Color convert

RGB 189 165 133 -
CMYK 0 0.13 0.30 0.26
HSL 34.29º 0.3% 0.63% -
HSV(B) 34.29º 0.3% 0.74% -
XYZ 38.68 39.42 27.76 -
YUV 168.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 189 165 133 0 0.13 0.30 0.26 34.29 0.3 0.63
Hex BD A5 85 0 D 1E 1A 22 1E 3F
Octal 275 245 205 0 15 36 32 42 36 77
Binary 10111101 10100101 10000101 0 1101 11110 11010 100010 11110 111111

Color Harmonies of #BDA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA585

Black with #BDA585

Text Example


Text Example

White with #BDA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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