Html Css Color HEX #BDAD8F Pavlova

📋 copy color: '#BDAD8F'

red 189 ◦ green 173 ◦ blue 143

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

Shades of Pavlova #BDAD8F

Tints of Pavlova #BDAD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 37.43%
G = 34.26%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDAD8F (or 0xBDAD8F) is known color: Pavlova. HEX triplet: BD, AD and 8F. RGB value is (189,173,143). Sum of RGB (Red+Green+Blue) = 189+173+143=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD8F is #425270. Grayscale: #AEAEAE. Windows color (decimal): -4346481 or 9416125. OLE color: 9416125.

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

Color convert

RGB 189 173 143 -
CMYK 0 0.08 0.24 0.26
HSL 39.13º 0.26% 0.65% -
HSV(B) 39.13º 0.24% 0.74% -
XYZ 40.89 42.69 32.07 -
YUV 174.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 189 173 143 0 0.08 0.24 0.26 39.13 0.26 0.65
Hex BD AD 8F 0 8 18 1A 27 1A 41
Octal 275 255 217 0 10 30 32 47 32 101
Binary 10111101 10101101 10001111 0 1000 11000 11010 100111 11010 1000001

Color Harmonies of #BDAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD8F

Black with #BDAD8F

Text Example


Text Example

White with #BDAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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