Html Css Color HEX #BDA579 Pavlova

📋 copy color: '#BDA579'

red 189 ◦ green 165 ◦ blue 121

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

Shades of Pavlova #BDA579

Tints of Pavlova #BDA579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 39.79%
G = 34.74%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDA579 (or 0xBDA579) is known color: Pavlova. HEX triplet: BD, A5 and 79. RGB value is (189,165,121). Sum of RGB (Red+Green+Blue) = 189+165+121=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA579 is #425A86. Grayscale: #A7A7A7. Windows color (decimal): -4348551 or 7972285. OLE color: 7972285.

HSL color Cylindrical-coordinate representation of color #BDA579: hue angle of 38.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA579 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 121 -
CMYK 0 0.13 0.36 0.26
HSL 38.82º 0.34% 0.61% -
HSV(B) 38.82º 0.36% 0.74% -
XYZ 37.89 39.11 23.64 -
YUV 167.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 189 165 121 0 0.13 0.36 0.26 38.82 0.34 0.61
Hex BD A5 79 0 D 24 1A 27 22 3D
Octal 275 245 171 0 15 44 32 47 42 75
Binary 10111101 10100101 1111001 0 1101 100100 11010 100111 100010 111101

Color Harmonies of #BDA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA579

Black with #BDA579

Text Example


Text Example

White with #BDA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA579; }

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

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

background-color css

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

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

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

border-color css

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

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

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