Html Css Color HEX #BDA98F Pavlova

📋 copy color: '#BDA98F'

red 189 ◦ green 169 ◦ blue 143

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

Shades of Pavlova #BDA98F

Tints of Pavlova #BDA98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 37.72%
G = 33.73%
B = 28.54%

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

#BDA98F (or 0xBDA98F) is known color: Pavlova. HEX triplet: BD, A9 and 8F. RGB value is (189,169,143). Sum of RGB (Red+Green+Blue) = 189+169+143=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA98F is #425670. Grayscale: #ACACAC. Windows color (decimal): -4347505 or 9415101. OLE color: 9415101.

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

Color convert

RGB 189 169 143 -
CMYK 0 0.11 0.24 0.26
HSL 33.91º 0.26% 0.65% -
HSV(B) 33.91º 0.24% 0.74% -
XYZ 40.13 41.18 31.82 -
YUV 172.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 189 169 143 0 0.11 0.24 0.26 33.91 0.26 0.65
Hex BD A9 8F 0 B 18 1A 22 1A 41
Octal 275 251 217 0 13 30 32 42 32 101
Binary 10111101 10101001 10001111 0 1011 11000 11010 100010 11010 1000001

Color Harmonies of #BDA98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA98F

Black with #BDA98F

Text Example


Text Example

White with #BDA98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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