Html Css Color HEX #BDA886 Pavlova

📋 copy color: '#BDA886'

red 189 ◦ green 168 ◦ blue 134

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

Shades of Pavlova #BDA886

Tints of Pavlova #BDA886

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 38.49%
G = 34.22%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDA886 (or 0xBDA886) is known color: Pavlova. HEX triplet: BD, A8 and 86. RGB value is (189,168,134). Sum of RGB (Red+Green+Blue) = 189+168+134=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA886 is #425779. Grayscale: #AAAAAA. Windows color (decimal): -4347770 or 8825021. OLE color: 8825021.

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

Color convert

RGB 189 168 134 -
CMYK 0 0.11 0.29 0.26
HSL 37.09º 0.29% 0.63% -
HSV(B) 37.09º 0.29% 0.74% -
XYZ 39.29 40.55 28.31 -
YUV 170.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 189 168 134 0 0.11 0.29 0.26 37.09 0.29 0.63
Hex BD A8 86 0 B 1D 1A 25 1D 3F
Octal 275 250 206 0 13 35 32 45 35 77
Binary 10111101 10101000 10000110 0 1011 11101 11010 100101 11101 111111

Color Harmonies of #BDA886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA886

Black with #BDA886

Text Example


Text Example

White with #BDA886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA886; }

 p { color: rgb(189,168,134); }

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

background-color css

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

 a { background-color: rgb(189,168,134); }

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

border-color css

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

 span { border-color: rgb(189,168,134); }

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