Html Css Color HEX #BDA77E Pavlova

📋 copy color: '#BDA77E'

red 189 ◦ green 167 ◦ blue 126

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

Shades of Pavlova #BDA77E

Tints of Pavlova #BDA77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 39.21%
G = 34.65%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDA77E (or 0xBDA77E) is known color: Pavlova. HEX triplet: BD, A7 and 7E. RGB value is (189,167,126). Sum of RGB (Red+Green+Blue) = 189+167+126=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA77E is #425881. Grayscale: #A9A9A9. Windows color (decimal): -4348034 or 8300477. OLE color: 8300477.

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

Color convert

RGB 189 167 126 -
CMYK 0 0.12 0.33 0.26
HSL 39.05º 0.32% 0.62% -
HSV(B) 39.05º 0.33% 0.74% -
XYZ 38.57 39.96 25.42 -
YUV 168.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 189 167 126 0 0.12 0.33 0.26 39.05 0.32 0.62
Hex BD A7 7E 0 C 21 1A 27 20 3E
Octal 275 247 176 0 14 41 32 47 40 76
Binary 10111101 10100111 1111110 0 1100 100001 11010 100111 100000 111110

Color Harmonies of #BDA77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA77E

Black with #BDA77E

Text Example


Text Example

White with #BDA77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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