Html Css Color HEX #BDA580 Pavlova

📋 copy color: '#BDA580'

red 189 ◦ green 165 ◦ blue 128

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

Shades of Pavlova #BDA580

Tints of Pavlova #BDA580

RGB

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

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

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

R = 39.21%
G = 34.23%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDA580 (or 0xBDA580) is known color: Pavlova. HEX triplet: BD, A5 and 80. RGB value is (189,165,128). Sum of RGB (Red+Green+Blue) = 189+165+128=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA580 is #425A7F. Grayscale: #A8A8A8. Windows color (decimal): -4348544 or 8431037. OLE color: 8431037.

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

Color convert

RGB 189 165 128 -
CMYK 0 0.13 0.32 0.26
HSL 36.39º 0.32% 0.62% -
HSV(B) 36.39º 0.32% 0.74% -
XYZ 38.34 39.29 25.98 -
YUV 167.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 189 165 128 0 0.13 0.32 0.26 36.39 0.32 0.62
Hex BD A5 80 0 D 20 1A 24 20 3E
Octal 275 245 200 0 15 40 32 44 40 76
Binary 10111101 10100101 10000000 0 1101 100000 11010 100100 100000 111110

Color Harmonies of #BDA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA580

Black with #BDA580

Text Example


Text Example

White with #BDA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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