Html Css Color HEX #BDA98D Pavlova

📋 copy color: '#BDA98D'

red 189 ◦ green 169 ◦ blue 141

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

Shades of Pavlova #BDA98D

Tints of Pavlova #BDA98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 37.88%
G = 33.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDA98D (or 0xBDA98D) is known color: Pavlova. HEX triplet: BD, A9 and 8D. RGB value is (189,169,141). Sum of RGB (Red+Green+Blue) = 189+169+141=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA98D is #425672. Grayscale: #ABABAB. Windows color (decimal): -4347507 or 9284029. OLE color: 9284029.

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

Color convert

RGB 189 169 141 -
CMYK 0 0.11 0.25 0.26
HSL 35º 0.27% 0.65% -
HSV(B) 35º 0.25% 0.74% -
XYZ 39.98 41.12 31.03 -
YUV 171.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 189 169 141 0 0.11 0.25 0.26 35 0.27 0.65
Hex BD A9 8D 0 B 19 1A 23 1B 41
Octal 275 251 215 0 13 31 32 43 33 101
Binary 10111101 10101001 10001101 0 1011 11001 11010 100011 11011 1000001

Color Harmonies of #BDA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA98D

Black with #BDA98D

Text Example


Text Example

White with #BDA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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