Html Css Color HEX #BDA576 Pavlova

📋 copy color: '#BDA576'

red 189 ◦ green 165 ◦ blue 118

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

Shades of Pavlova #BDA576

Tints of Pavlova #BDA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.96%

 BLUE value IS 118 (46.48% from 255) = 25%

R = 40.04%
G = 34.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA576 (or 0xBDA576) is known color: Pavlova. HEX triplet: BD, A5 and 76. RGB value is (189,165,118). Sum of RGB (Red+Green+Blue) = 189+165+118=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA576 is #425A89. Grayscale: #A7A7A7. Windows color (decimal): -4348554 or 7775677. OLE color: 7775677.

HSL color Cylindrical-coordinate representation of color #BDA576: hue angle of 39.72º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDA576 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 118 -
CMYK 0 0.13 0.38 0.26
HSL 39.72º 0.35% 0.6% -
HSV(B) 39.72º 0.38% 0.74% -
XYZ 37.71 39.04 22.69 -
YUV 166.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 189 165 118 0 0.13 0.38 0.26 39.72 0.35 0.6
Hex BD A5 76 0 D 26 1A 28 23 3C
Octal 275 245 166 0 15 46 32 50 43 74
Binary 10111101 10100101 1110110 0 1101 100110 11010 101000 100011 111100

Color Harmonies of #BDA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA576

Black with #BDA576

Text Example


Text Example

White with #BDA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA576; }

 p { color: rgb(189,165,118); }

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

background-color css

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

 a { background-color: rgb(189,165,118); }

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

border-color css

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

 span { border-color: rgb(189,165,118); }

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