Html Css Color HEX #BDA37D Pavlova

📋 copy color: '#BDA37D'

red 189 ◦ green 163 ◦ blue 125

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

Shades of Pavlova #BDA37D

Tints of Pavlova #BDA37D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

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

R = 39.62%
G = 34.17%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDA37D (or 0xBDA37D) is known color: Pavlova. HEX triplet: BD, A3 and 7D. RGB value is (189,163,125). Sum of RGB (Red+Green+Blue) = 189+163+125=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA37D is #425C82. Grayscale: #A6A6A6. Windows color (decimal): -4349059 or 8233917. OLE color: 8233917.

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

Color convert

RGB 189 163 125 -
CMYK 0 0.14 0.34 0.26
HSL 35.63º 0.33% 0.62% -
HSV(B) 35.63º 0.34% 0.74% -
XYZ 37.79 38.49 24.84 -
YUV 166.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 189 163 125 0 0.14 0.34 0.26 35.63 0.33 0.62
Hex BD A3 7D 0 E 22 1A 24 21 3E
Octal 275 243 175 0 16 42 32 44 41 76
Binary 10111101 10100011 1111101 0 1110 100010 11010 100100 100001 111110

Color Harmonies of #BDA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA37D

Black with #BDA37D

Text Example


Text Example

White with #BDA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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