Html Css Color HEX #BDA779 Pavlova

📋 copy color: '#BDA779'

red 189 ◦ green 167 ◦ blue 121

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

Shades of Pavlova #BDA779

Tints of Pavlova #BDA779

RGB

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

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

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

R = 39.62%
G = 35.01%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDA779 (or 0xBDA779) is known color: Pavlova. HEX triplet: BD, A7 and 79. RGB value is (189,167,121). Sum of RGB (Red+Green+Blue) = 189+167+121=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA779 is #425886. Grayscale: #A8A8A8. Windows color (decimal): -4348039 or 7972797. OLE color: 7972797.

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

Color convert

RGB 189 167 121 -
CMYK 0 0.12 0.36 0.26
HSL 40.59º 0.34% 0.61% -
HSV(B) 40.59º 0.36% 0.74% -
XYZ 38.26 39.84 23.76 -
YUV 168.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 189 167 121 0 0.12 0.36 0.26 40.59 0.34 0.61
Hex BD A7 79 0 C 24 1A 29 22 3D
Octal 275 247 171 0 14 44 32 51 42 75
Binary 10111101 10100111 1111001 0 1100 100100 11010 101001 100010 111101

Color Harmonies of #BDA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA779

Black with #BDA779

Text Example


Text Example

White with #BDA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA779; }

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

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

background-color css

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

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

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

border-color css

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

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

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