Html Css Color HEX #BDA379 Pavlova

📋 copy color: '#BDA379'

red 189 ◦ green 163 ◦ blue 121

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

Shades of Pavlova #BDA379

Tints of Pavlova #BDA379

RGB

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

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

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

R = 39.96%
G = 34.46%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BDA379 (or 0xBDA379) is known color: Pavlova. HEX triplet: BD, A3 and 79. RGB value is (189,163,121). Sum of RGB (Red+Green+Blue) = 189+163+121=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA379 is #425C86. Grayscale: #A6A6A6. Windows color (decimal): -4349063 or 7971773. OLE color: 7971773.

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

Color convert

RGB 189 163 121 -
CMYK 0 0.14 0.36 0.26
HSL 37.06º 0.34% 0.61% -
HSV(B) 37.06º 0.36% 0.74% -
XYZ 37.53 38.39 23.52 -
YUV 165.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 189 163 121 0 0.14 0.36 0.26 37.06 0.34 0.61
Hex BD A3 79 0 E 24 1A 25 22 3D
Octal 275 243 171 0 16 44 32 45 42 75
Binary 10111101 10100011 1111001 0 1110 100100 11010 100101 100010 111101

Color Harmonies of #BDA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA379

Black with #BDA379

Text Example


Text Example

White with #BDA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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