Html Css Color HEX #BDAD8E Pavlova

📋 copy color: '#BDAD8E'

red 189 ◦ green 173 ◦ blue 142

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

Shades of Pavlova #BDAD8E

Tints of Pavlova #BDAD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 37.5%
G = 34.33%
B = 28.17%

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

#BDAD8E (or 0xBDAD8E) is known color: Pavlova. HEX triplet: BD, AD and 8E. RGB value is (189,173,142). Sum of RGB (Red+Green+Blue) = 189+173+142=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD8E is #425271. Grayscale: #AEAEAE. Windows color (decimal): -4346482 or 9350589. OLE color: 9350589.

HSL color Cylindrical-coordinate representation of color #BDAD8E: hue angle of 39.57º degrees, saturation: 0.26, 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 #BDAD8E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 173 142 -
CMYK 0 0.08 0.25 0.26
HSL 39.57º 0.26% 0.65% -
HSV(B) 39.57º 0.25% 0.74% -
XYZ 40.81 42.66 31.67 -
YUV 174.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 189 173 142 0 0.08 0.25 0.26 39.57 0.26 0.65
Hex BD AD 8E 0 8 19 1A 28 1A 41
Octal 275 255 216 0 10 31 32 50 32 101
Binary 10111101 10101101 10001110 0 1000 11001 11010 101000 11010 1000001

Color Harmonies of #BDAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD8E

Black with #BDAD8E

Text Example


Text Example

White with #BDAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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