Html Css Color HEX #BDA97D Pavlova

📋 copy color: '#BDA97D'

red 189 ◦ green 169 ◦ blue 125

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

Shades of Pavlova #BDA97D

Tints of Pavlova #BDA97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 39.13%
G = 34.99%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDA97D (or 0xBDA97D) is known color: Pavlova. HEX triplet: BD, A9 and 7D. RGB value is (189,169,125). Sum of RGB (Red+Green+Blue) = 189+169+125=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA97D is #425682. Grayscale: #AAAAAA. Windows color (decimal): -4347523 or 8235453. OLE color: 8235453.

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

Color convert

RGB 189 169 125 -
CMYK 0 0.11 0.34 0.26
HSL 41.25º 0.33% 0.62% -
HSV(B) 41.25º 0.34% 0.74% -
XYZ 38.88 40.68 25.2 -
YUV 169.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 189 169 125 0 0.11 0.34 0.26 41.25 0.33 0.62
Hex BD A9 7D 0 B 22 1A 29 21 3E
Octal 275 251 175 0 13 42 32 51 41 76
Binary 10111101 10101001 1111101 0 1011 100010 11010 101001 100001 111110

Color Harmonies of #BDA97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA97D

Black with #BDA97D

Text Example


Text Example

White with #BDA97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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