Html Css Color HEX #BDA680 Pavlova

📋 copy color: '#BDA680'

red 189 ◦ green 166 ◦ blue 128

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

Shades of Pavlova #BDA680

Tints of Pavlova #BDA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

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

R = 39.13%
G = 34.37%
B = 26.5%

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

#BDA680 (or 0xBDA680) is known color: Pavlova. HEX triplet: BD, A6 and 80. RGB value is (189,166,128). Sum of RGB (Red+Green+Blue) = 189+166+128=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA680 is #42597F. Grayscale: #A8A8A8. Windows color (decimal): -4348288 or 8431293. OLE color: 8431293.

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

Color convert

RGB 189 166 128 -
CMYK 0 0.12 0.32 0.26
HSL 37.38º 0.32% 0.62% -
HSV(B) 37.38º 0.32% 0.74% -
XYZ 38.52 39.65 26.05 -
YUV 168.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 189 166 128 0 0.12 0.32 0.26 37.38 0.32 0.62
Hex BD A6 80 0 C 20 1A 25 20 3E
Octal 275 246 200 0 14 40 32 45 40 76
Binary 10111101 10100110 10000000 0 1100 100000 11010 100101 100000 111110

Color Harmonies of #BDA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA680

Black with #BDA680

Text Example


Text Example

White with #BDA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA680; }

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

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

background-color css

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

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

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

border-color css

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

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

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