Html Css Color HEX #BDA47D Pavlova

📋 copy color: '#BDA47D'

red 189 ◦ green 164 ◦ blue 125

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

Shades of Pavlova #BDA47D

Tints of Pavlova #BDA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 39.54%
G = 34.31%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDA47D (or 0xBDA47D) is known color: Pavlova. HEX triplet: BD, A4 and 7D. RGB value is (189,164,125). Sum of RGB (Red+Green+Blue) = 189+164+125=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA47D is #425B82. Grayscale: #A7A7A7. Windows color (decimal): -4348803 or 8234173. OLE color: 8234173.

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

Color convert

RGB 189 164 125 -
CMYK 0 0.13 0.34 0.26
HSL 36.56º 0.33% 0.62% -
HSV(B) 36.56º 0.34% 0.74% -
XYZ 37.96 38.85 24.9 -
YUV 167.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 189 164 125 0 0.13 0.34 0.26 36.56 0.33 0.62
Hex BD A4 7D 0 D 22 1A 25 21 3E
Octal 275 244 175 0 15 42 32 45 41 76
Binary 10111101 10100100 1111101 0 1101 100010 11010 100101 100001 111110

Color Harmonies of #BDA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA47D

Black with #BDA47D

Text Example


Text Example

White with #BDA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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