Html Css Color HEX #BDA679 Pavlova

📋 copy color: '#BDA679'

red 189 ◦ green 166 ◦ blue 121

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

Shades of Pavlova #BDA679

Tints of Pavlova #BDA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 39.71%
G = 34.87%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDA679 (or 0xBDA679) is known color: Pavlova. HEX triplet: BD, A6 and 79. RGB value is (189,166,121). Sum of RGB (Red+Green+Blue) = 189+166+121=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA679 is #425986. Grayscale: #A7A7A7. Windows color (decimal): -4348295 or 7972541. OLE color: 7972541.

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

Color convert

RGB 189 166 121 -
CMYK 0 0.12 0.36 0.26
HSL 39.71º 0.34% 0.61% -
HSV(B) 39.71º 0.36% 0.74% -
XYZ 38.07 39.47 23.7 -
YUV 167.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 189 166 121 0 0.12 0.36 0.26 39.71 0.34 0.61
Hex BD A6 79 0 C 24 1A 28 22 3D
Octal 275 246 171 0 14 44 32 50 42 75
Binary 10111101 10100110 1111001 0 1100 100100 11010 101000 100010 111101

Color Harmonies of #BDA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA679

Black with #BDA679

Text Example


Text Example

White with #BDA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA679; }

 p { color: rgb(189,166,121); }

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

background-color css

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

 a { background-color: rgb(189,166,121); }

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

border-color css

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

 span { border-color: rgb(189,166,121); }

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