Html Css Color HEX #BDA889 Pavlova

📋 copy color: '#BDA889'

red 189 ◦ green 168 ◦ blue 137

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

Shades of Pavlova #BDA889

Tints of Pavlova #BDA889

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 38.26%
G = 34.01%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA889 (or 0xBDA889) is known color: Pavlova. HEX triplet: BD, A8 and 89. RGB value is (189,168,137). Sum of RGB (Red+Green+Blue) = 189+168+137=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA889 is #425776. Grayscale: #AAAAAA. Windows color (decimal): -4347767 or 9021629. OLE color: 9021629.

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

Color convert

RGB 189 168 137 -
CMYK 0 0.11 0.28 0.26
HSL 35.77º 0.28% 0.64% -
HSV(B) 35.77º 0.28% 0.74% -
XYZ 39.5 40.63 29.43 -
YUV 170.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 189 168 137 0 0.11 0.28 0.26 35.77 0.28 0.64
Hex BD A8 89 0 B 1C 1A 24 1C 40
Octal 275 250 211 0 13 34 32 44 34 100
Binary 10111101 10101000 10001001 0 1011 11100 11010 100100 11100 1000000

Color Harmonies of #BDA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA889

Black with #BDA889

Text Example


Text Example

White with #BDA889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA889; }

 p { color: rgb(189,168,137); }

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

background-color css

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

 a { background-color: rgb(189,168,137); }

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

border-color css

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

 span { border-color: rgb(189,168,137); }

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