Html Css Color HEX #BDAD90 Pavlova

📋 copy color: '#BDAD90'

red 189 ◦ green 173 ◦ blue 144

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

Shades of Pavlova #BDAD90

Tints of Pavlova #BDAD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 37.35%
G = 34.19%
B = 28.46%

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

#BDAD90 (or 0xBDAD90) is known color: Pavlova. HEX triplet: BD, AD and 90. RGB value is (189,173,144). Sum of RGB (Red+Green+Blue) = 189+173+144=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD90 is #42526F. Grayscale: #AEAEAE. Windows color (decimal): -4346480 or 9481661. OLE color: 9481661.

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

Color convert

RGB 189 173 144 -
CMYK 0 0.08 0.24 0.26
HSL 38.67º 0.25% 0.65% -
HSV(B) 38.67º 0.24% 0.74% -
XYZ 40.96 42.72 32.47 -
YUV 174.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 189 173 144 0 0.08 0.24 0.26 38.67 0.25 0.65
Hex BD AD 90 0 8 18 1A 27 19 41
Octal 275 255 220 0 10 30 32 47 31 101
Binary 10111101 10101101 10010000 0 1000 11000 11010 100111 11001 1000001

Color Harmonies of #BDAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD90

Black with #BDAD90

Text Example


Text Example

White with #BDAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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