Html Css Color HEX #BDA681 Pavlova

📋 copy color: '#BDA681'

red 189 ◦ green 166 ◦ blue 129

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

Shades of Pavlova #BDA681

Tints of Pavlova #BDA681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 39.05%
G = 34.3%
B = 26.65%

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

#BDA681 (or 0xBDA681) is known color: Pavlova. HEX triplet: BD, A6 and 81. RGB value is (189,166,129). Sum of RGB (Red+Green+Blue) = 189+166+129=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA681 is #42597E. Grayscale: #A8A8A8. Windows color (decimal): -4348287 or 8496829. OLE color: 8496829.

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

Color convert

RGB 189 166 129 -
CMYK 0 0.12 0.32 0.26
HSL 37º 0.31% 0.62% -
HSV(B) 37º 0.32% 0.74% -
XYZ 38.58 39.68 26.39 -
YUV 168.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 189 166 129 0 0.12 0.32 0.26 37 0.31 0.62
Hex BD A6 81 0 C 20 1A 25 1F 3E
Octal 275 246 201 0 14 40 32 45 37 76
Binary 10111101 10100110 10000001 0 1100 100000 11010 100101 11111 111110

Color Harmonies of #BDA681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA681

Black with #BDA681

Text Example


Text Example

White with #BDA681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA681; }

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

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

background-color css

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

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

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

border-color css

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

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

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