Html Css Color HEX #BDAD8C Pavlova

📋 copy color: '#BDAD8C'

red 189 ◦ green 173 ◦ blue 140

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

Shades of Pavlova #BDAD8C

Tints of Pavlova #BDAD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.89%

R = 37.65%
G = 34.46%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDAD8C (or 0xBDAD8C) is known color: Pavlova. HEX triplet: BD, AD and 8C. RGB value is (189,173,140). Sum of RGB (Red+Green+Blue) = 189+173+140=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD8C is #425273. Grayscale: #AEAEAE. Windows color (decimal): -4346484 or 9219517. OLE color: 9219517.

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

Color convert

RGB 189 173 140 -
CMYK 0 0.08 0.26 0.26
HSL 40.41º 0.27% 0.65% -
HSV(B) 40.41º 0.26% 0.74% -
XYZ 40.66 42.6 30.89 -
YUV 174.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 189 173 140 0 0.08 0.26 0.26 40.41 0.27 0.65
Hex BD AD 8C 0 8 1A 1A 28 1B 41
Octal 275 255 214 0 10 32 32 50 33 101
Binary 10111101 10101101 10001100 0 1000 11010 11010 101000 11011 1000001

Color Harmonies of #BDAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD8C

Black with #BDAD8C

Text Example


Text Example

White with #BDAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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