Html Css Color HEX #BDAE85 Pavlova

📋 copy color: '#BDAE85'

red 189 ◦ green 174 ◦ blue 133

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

Shades of Pavlova #BDAE85

Tints of Pavlova #BDAE85

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.08%

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 38.1%
G = 35.08%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDAE85 (or 0xBDAE85) is known color: Pavlova. HEX triplet: BD, AE and 85. RGB value is (189,174,133). Sum of RGB (Red+Green+Blue) = 189+174+133=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE85 is #42517A. Grayscale: #ADADAD. Windows color (decimal): -4346235 or 8761021. OLE color: 8761021.

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

Color convert

RGB 189 174 133 -
CMYK 0 0.08 0.30 0.26
HSL 43.93º 0.3% 0.63% -
HSV(B) 43.93º 0.3% 0.74% -
XYZ 40.36 42.78 28.32 -
YUV 173.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 189 174 133 0 0.08 0.30 0.26 43.93 0.3 0.63
Hex BD AE 85 0 8 1E 1A 2C 1E 3F
Octal 275 256 205 0 10 36 32 54 36 77
Binary 10111101 10101110 10000101 0 1000 11110 11010 101100 11110 111111

Color Harmonies of #BDAE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE85

Black with #BDAE85

Text Example


Text Example

White with #BDAE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE85; }

 p { color: rgb(189,174,133); }

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

background-color css

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

 a { background-color: rgb(189,174,133); }

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

border-color css

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

 span { border-color: rgb(189,174,133); }

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