Html Css Color HEX #BDA780 Pavlova

📋 copy color: '#BDA780'

red 189 ◦ green 167 ◦ blue 128

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

Shades of Pavlova #BDA780

Tints of Pavlova #BDA780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 39.05%
G = 34.5%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDA780 (or 0xBDA780) is known color: Pavlova. HEX triplet: BD, A7 and 80. RGB value is (189,167,128). Sum of RGB (Red+Green+Blue) = 189+167+128=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA780 is #42587F. Grayscale: #A9A9A9. Windows color (decimal): -4348032 or 8431549. OLE color: 8431549.

HSL color Cylindrical-coordinate representation of color #BDA780: hue angle of 38.36º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA780 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 128 -
CMYK 0 0.12 0.32 0.26
HSL 38.36º 0.32% 0.62% -
HSV(B) 38.36º 0.32% 0.74% -
XYZ 38.7 40.01 26.11 -
YUV 169.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 189 167 128 0 0.12 0.32 0.26 38.36 0.32 0.62
Hex BD A7 80 0 C 20 1A 26 20 3E
Octal 275 247 200 0 14 40 32 46 40 76
Binary 10111101 10100111 10000000 0 1100 100000 11010 100110 100000 111110

Color Harmonies of #BDA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA780

Black with #BDA780

Text Example


Text Example

White with #BDA780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA780; }

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

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

background-color css

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

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

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

border-color css

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

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

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