Html Css Color HEX #BDA77D Pavlova

📋 copy color: '#BDA77D'

red 189 ◦ green 167 ◦ blue 125

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

Shades of Pavlova #BDA77D

Tints of Pavlova #BDA77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

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

R = 39.29%
G = 34.72%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDA77D (or 0xBDA77D) is known color: Pavlova. HEX triplet: BD, A7 and 7D. RGB value is (189,167,125). Sum of RGB (Red+Green+Blue) = 189+167+125=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA77D is #425882. Grayscale: #A8A8A8. Windows color (decimal): -4348035 or 8234941. OLE color: 8234941.

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

Color convert

RGB 189 167 125 -
CMYK 0 0.12 0.34 0.26
HSL 39.38º 0.33% 0.62% -
HSV(B) 39.38º 0.34% 0.74% -
XYZ 38.51 39.94 25.08 -
YUV 168.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 189 167 125 0 0.12 0.34 0.26 39.38 0.33 0.62
Hex BD A7 7D 0 C 22 1A 27 21 3E
Octal 275 247 175 0 14 42 32 47 41 76
Binary 10111101 10100111 1111101 0 1100 100010 11010 100111 100001 111110

Color Harmonies of #BDA77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA77D

Black with #BDA77D

Text Example


Text Example

White with #BDA77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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