Html Css Color HEX #BDA584 Pavlova

📋 copy color: '#BDA584'

red 189 ◦ green 165 ◦ blue 132

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

Shades of Pavlova #BDA584

Tints of Pavlova #BDA584

RGB

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

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

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

R = 38.89%
G = 33.95%
B = 27.16%

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

#BDA584 (or 0xBDA584) is known color: Pavlova. HEX triplet: BD, A5 and 84. RGB value is (189,165,132). Sum of RGB (Red+Green+Blue) = 189+165+132=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA584 is #425A7B. Grayscale: #A8A8A8. Windows color (decimal): -4348540 or 8693181. OLE color: 8693181.

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

Color convert

RGB 189 165 132 -
CMYK 0 0.13 0.30 0.26
HSL 34.74º 0.3% 0.63% -
HSV(B) 34.74º 0.3% 0.74% -
XYZ 38.61 39.4 27.4 -
YUV 168.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 189 165 132 0 0.13 0.30 0.26 34.74 0.3 0.63
Hex BD A5 84 0 D 1E 1A 23 1E 3F
Octal 275 245 204 0 15 36 32 43 36 77
Binary 10111101 10100101 10000100 0 1101 11110 11010 100011 11110 111111

Color Harmonies of #BDA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA584

Black with #BDA584

Text Example


Text Example

White with #BDA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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