Html Css Color HEX #BCA579 Pavlova

📋 copy color: '#BCA579'

red 188 ◦ green 165 ◦ blue 121

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

Shades of Pavlova #BCA579

Tints of Pavlova #BCA579

RGB

 RED value IS 188 (73.83% from 255) = 39.66%

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

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

R = 39.66%
G = 34.81%
B = 25.53%

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

#BCA579 (or 0xBCA579) is known color: Pavlova. HEX triplet: BC, A5 and 79. RGB value is (188,165,121). Sum of RGB (Red+Green+Blue) = 188+165+121=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA579 is #435A86. Grayscale: #A7A7A7. Windows color (decimal): -4414087 or 7972284. OLE color: 7972284.

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

Color convert

RGB 188 165 121 -
CMYK 0 0.12 0.36 0.26
HSL 39.4º 0.33% 0.61% -
HSV(B) 39.4º 0.36% 0.74% -
XYZ 37.65 38.98 23.63 -
YUV 166.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 188 165 121 0 0.12 0.36 0.26 39.4 0.33 0.61
Hex BC A5 79 0 C 24 1A 27 21 3D
Octal 274 245 171 0 14 44 32 47 41 75
Binary 10111100 10100101 1111001 0 1100 100100 11010 100111 100001 111101

Color Harmonies of #BCA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA579

Black with #BCA579

Text Example


Text Example

White with #BCA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA579; }

 p { color: rgb(188,165,121); }

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

background-color css

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

 a { background-color: rgb(188,165,121); }

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

border-color css

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

 span { border-color: rgb(188,165,121); }

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