Html Css Color HEX #BDA990 Pavlova

📋 copy color: '#BDA990'

red 189 ◦ green 169 ◦ blue 144

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

Shades of Pavlova #BDA990

Tints of Pavlova #BDA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

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

R = 37.65%
G = 33.67%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDA990 (or 0xBDA990) is known color: Pavlova. HEX triplet: BD, A9 and 90. RGB value is (189,169,144). Sum of RGB (Red+Green+Blue) = 189+169+144=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA990 is #42566F. Grayscale: #ACACAC. Windows color (decimal): -4347504 or 9480637. OLE color: 9480637.

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

Color convert

RGB 189 169 144 -
CMYK 0 0.11 0.24 0.26
HSL 33.33º 0.25% 0.65% -
HSV(B) 33.33º 0.24% 0.74% -
XYZ 40.21 41.21 32.22 -
YUV 172.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 189 169 144 0 0.11 0.24 0.26 33.33 0.25 0.65
Hex BD A9 90 0 B 18 1A 21 19 41
Octal 275 251 220 0 13 30 32 41 31 101
Binary 10111101 10101001 10010000 0 1011 11000 11010 100001 11001 1000001

Color Harmonies of #BDA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA990

Black with #BDA990

Text Example


Text Example

White with #BDA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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