Html Css Color HEX #BDA688 Pavlova

📋 copy color: '#BDA688'

red 189 ◦ green 166 ◦ blue 136

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

Shades of Pavlova #BDA688

Tints of Pavlova #BDA688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 38.49%
G = 33.81%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA688 (or 0xBDA688) is known color: Pavlova. HEX triplet: BD, A6 and 88. RGB value is (189,166,136). Sum of RGB (Red+Green+Blue) = 189+166+136=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA688 is #425977. Grayscale: #A9A9A9. Windows color (decimal): -4348280 or 8955581. OLE color: 8955581.

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

Color convert

RGB 189 166 136 -
CMYK 0 0.12 0.28 0.26
HSL 33.96º 0.29% 0.64% -
HSV(B) 33.96º 0.28% 0.74% -
XYZ 39.07 39.87 28.93 -
YUV 169.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 189 166 136 0 0.12 0.28 0.26 33.96 0.29 0.64
Hex BD A6 88 0 C 1C 1A 22 1D 40
Octal 275 246 210 0 14 34 32 42 35 100
Binary 10111101 10100110 10001000 0 1100 11100 11010 100010 11101 1000000

Color Harmonies of #BDA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA688

Black with #BDA688

Text Example


Text Example

White with #BDA688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA688; }

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

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

background-color css

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

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

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

border-color css

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

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

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