#BDA677

Color #BDA677 Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BDA677

Tints of Pavlova #BDA677

Color information

#BDA677 (or 0xBDA677) is unknown color: approx Pavlova. HEX triplet: BD, A6 and 77. RGB value is (189,166,119). Sum of RGB (Red+Green+Blue) = 189+166+119=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA677 is #425988. Grayscale: #A7A7A7. Windows color (decimal): -4348297 or 7841469. OLE color: 7841469.

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

Color convert

RGB189166119-
CMYK00.120.370.26
HSL40.29º34.65%60.39%-
HSV(B)40.29º37.04%74.12%-
XYZ37.9539.4223.06-
YUV167.52100.62143.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=39.87%
G=35.02%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916611900.120.370.2640.2934.6560.39
HexBDA6770C251A28233c
Octal2752461670144532504374
Binary101111011010011011101110110010010111010101000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA677; }

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

 H1.HeaderClassName
 {
   color: #BDA677;
 }
 .AnyTagClassName
 {
   color: #BDA677;
 }
</style>
background-color css

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

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

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

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

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

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