Html Css Color HEX #BDAD8D Pavlova

📋 copy color: '#BDAD8D'

red 189 ◦ green 173 ◦ blue 141

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

Shades of Pavlova #BDAD8D

Tints of Pavlova #BDAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 37.57%
G = 34.39%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDAD8D (or 0xBDAD8D) is known color: Pavlova. HEX triplet: BD, AD and 8D. RGB value is (189,173,141). Sum of RGB (Red+Green+Blue) = 189+173+141=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD8D is #425272. Grayscale: #AEAEAE. Windows color (decimal): -4346483 or 9285053. OLE color: 9285053.

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

Color convert

RGB 189 173 141 -
CMYK 0 0.08 0.25 0.26
HSL 40º 0.27% 0.65% -
HSV(B) 40º 0.25% 0.74% -
XYZ 40.74 42.63 31.28 -
YUV 174.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 189 173 141 0 0.08 0.25 0.26 40 0.27 0.65
Hex BD AD 8D 0 8 19 1A 28 1B 41
Octal 275 255 215 0 10 31 32 50 33 101
Binary 10111101 10101101 10001101 0 1000 11001 11010 101000 11011 1000001

Color Harmonies of #BDAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD8D

Black with #BDAD8D

Text Example


Text Example

White with #BDAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD8D; }

 p { color: rgb(189,173,141); }

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

background-color css

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

 a { background-color: rgb(189,173,141); }

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

border-color css

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

 span { border-color: rgb(189,173,141); }

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