Html Css Color HEX #BDAE89 Pavlova

📋 copy color: '#BDAE89'

red 189 ◦ green 174 ◦ blue 137

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

Shades of Pavlova #BDAE89

Tints of Pavlova #BDAE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

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

R = 37.8%
G = 34.8%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDAE89 (or 0xBDAE89) is known color: Pavlova. HEX triplet: BD, AE and 89. RGB value is (189,174,137). Sum of RGB (Red+Green+Blue) = 189+174+137=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE89 is #425176. Grayscale: #AEAEAE. Windows color (decimal): -4346231 or 9023165. OLE color: 9023165.

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

Color convert

RGB 189 174 137 -
CMYK 0 0.08 0.28 0.26
HSL 42.69º 0.28% 0.64% -
HSV(B) 42.69º 0.28% 0.74% -
XYZ 40.64 42.9 29.81 -
YUV 174.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 189 174 137 0 0.08 0.28 0.26 42.69 0.28 0.64
Hex BD AE 89 0 8 1C 1A 2B 1C 40
Octal 275 256 211 0 10 34 32 53 34 100
Binary 10111101 10101110 10001001 0 1000 11100 11010 101011 11100 1000000

Color Harmonies of #BDAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE89

Black with #BDAE89

Text Example


Text Example

White with #BDAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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