Html Css Color HEX #BDA87D Pavlova

📋 copy color: '#BDA87D'

red 189 ◦ green 168 ◦ blue 125

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

Shades of Pavlova #BDA87D

Tints of Pavlova #BDA87D

RGB

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

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

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

R = 39.21%
G = 34.85%
B = 25.93%

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

#BDA87D (or 0xBDA87D) is known color: Pavlova. HEX triplet: BD, A8 and 7D. RGB value is (189,168,125). Sum of RGB (Red+Green+Blue) = 189+168+125=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA87D is #425782. Grayscale: #A9A9A9. Windows color (decimal): -4347779 or 8235197. OLE color: 8235197.

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

Color convert

RGB 189 168 125 -
CMYK 0 0.11 0.34 0.26
HSL 40.31º 0.33% 0.62% -
HSV(B) 40.31º 0.34% 0.74% -
XYZ 38.69 40.3 25.14 -
YUV 169.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 189 168 125 0 0.11 0.34 0.26 40.31 0.33 0.62
Hex BD A8 7D 0 B 22 1A 28 21 3E
Octal 275 250 175 0 13 42 32 50 41 76
Binary 10111101 10101000 1111101 0 1011 100010 11010 101000 100001 111110

Color Harmonies of #BDA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA87D

Black with #BDA87D

Text Example


Text Example

White with #BDA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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