Html Css Color HEX #BDAD81 Pavlova

📋 copy color: '#BDAD81'

red 189 ◦ green 173 ◦ blue 129

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

Shades of Pavlova #BDAD81

Tints of Pavlova #BDAD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 38.49%
G = 35.23%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDAD81 (or 0xBDAD81) is known color: Pavlova. HEX triplet: BD, AD and 81. RGB value is (189,173,129). Sum of RGB (Red+Green+Blue) = 189+173+129=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD81 is #42527E. Grayscale: #ACACAC. Windows color (decimal): -4346495 or 8498621. OLE color: 8498621.

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

Color convert

RGB 189 173 129 -
CMYK 0 0.08 0.32 0.26
HSL 44º 0.31% 0.62% -
HSV(B) 44º 0.32% 0.74% -
XYZ 39.89 42.29 26.83 -
YUV 172.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 189 173 129 0 0.08 0.32 0.26 44 0.31 0.62
Hex BD AD 81 0 8 20 1A 2C 1F 3E
Octal 275 255 201 0 10 40 32 54 37 76
Binary 10111101 10101101 10000001 0 1000 100000 11010 101100 11111 111110

Color Harmonies of #BDAD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD81

Black with #BDAD81

Text Example


Text Example

White with #BDAD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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